Displaying posts tagged: fuse

Archive Mount

No Comments
Archive Mount is a FUSE application that allows you to mount any zip/gz/bz/tar file (in fact anything that libarchive supports). This is very useful if you don't want to get at the files inside a archive without extracting it. In my use case I'm using Archive Mount with a zip file containing 10,000 files. This seemed ...

ndsfs - A FUSE application to mount Nintendo DS roms

No Comments
I brought my dad Professor Layton for the Nintendo DS this Christmas, and being a curious fellow I decided to see if I could reverse engineer the game to extract all the questions/answers. It turns out it wasn't that hard. On my journey however I had to work out how to browse the file system stored ...