/derar

Virtual filesystem for reading RAR archives

Primary LanguageC

derar

Virtual filesystem for reading RAR archives through FUSE. Allows mounting an archive to a directory and reading its contents without unpacking. Supports both single file and split archives (partXXX/rXX) but no compression - only Store archives work.

Building

Requires FUSE obviously. Mac users will need to install FUSE for OSX.

$ cmake .
$ make

Installing

$ sudo cp derar /usr/local/bin