All Projects → hasse69 → Rar2fs

hasse69 / Rar2fs

Licence: gpl-3.0
FUSE file system for reading RAR archives

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Rar2fs

S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+3598.71%)
Mutual labels:  fuse, fuse-filesystem
Dungeonfs
A FUSE filesystem and dungeon crawling adventure game engine
Stars: ✭ 979 (+531.61%)
Mutual labels:  fuse, fuse-filesystem
Distribyted
📂 ➡️ 📺 🎶 🎮 Torrent client with on-demand file downloading as a filesystem.
Stars: ✭ 791 (+410.32%)
Mutual labels:  fuse, fuse-filesystem
Catfs
Cache AnyThing filesystem written in Rust
Stars: ✭ 404 (+160.65%)
Mutual labels:  fuse, fuse-filesystem
Pcm
Processor Counter Monitor
Stars: ✭ 1,240 (+700%)
Mutual labels:  osx, freebsd
Ifuse
A fuse filesystem to access the contents of iOS devices
Stars: ✭ 433 (+179.35%)
Mutual labels:  fuse, fuse-filesystem
Fusell Seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 9 (-94.19%)
Mutual labels:  fuse, fuse-filesystem
Winfsp
Windows File System Proxy - FUSE for Windows
Stars: ✭ 4,071 (+2526.45%)
Mutual labels:  fuse, gplv3
Webdavfs
Linux / OSX FUSE webdav filesystem. This filesystem behaves like a real network filesystem- no unnecessary copying of entire files.
Stars: ✭ 69 (-55.48%)
Mutual labels:  fuse, osx
Hfsfuse
FUSE driver for HFS+ filesystems
Stars: ✭ 53 (-65.81%)
Mutual labels:  fuse, fuse-filesystem
Daemonize
daemonize is a library for writing system daemons in Python.
Stars: ✭ 396 (+155.48%)
Mutual labels:  osx, freebsd
Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+906.45%)
Mutual labels:  fuse, fuse-filesystem
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+2436.77%)
Mutual labels:  fuse, fuse-filesystem
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (+234.19%)
Mutual labels:  fuse, fuse-filesystem
X11fs
A tool for manipulating X windows
Stars: ✭ 330 (+112.9%)
Mutual labels:  fuse, fuse-filesystem
Fuse Ts
Stars: ✭ 6 (-96.13%)
Mutual labels:  fuse, fuse-filesystem
xwmfs
X11 Window-Manager file system based on FUSE
Stars: ✭ 21 (-86.45%)
Mutual labels:  fuse, fuse-filesystem
dotfiles
My .dotfiles
Stars: ✭ 12 (-92.26%)
Mutual labels:  freebsd, osx
Android File Transfer Linux
Android File Transfer for Linux
Stars: ✭ 994 (+541.29%)
Mutual labels:  fuse, osx
Zipfs
Example FUSE filesystem that serves a Zip archive
Stars: ✭ 93 (-40%)
Mutual labels:  fuse, fuse-filesystem

rar2fs is a FUSE based file system that can mount a source RAR archive/volume or a directory containing any number of RAR archives and read the contents as regular files on-the-fly. Non-archived files located in the source directory are handled transparently. Both compressed and non-compressed archives/volumes are supported but full media seek support (aka. indexing) is only available for non-compressed plaintext archives. In general support for compressed and/or encrypted archives is "best effort", highly depending on what type of information the archive contains and by what method it is accessed.

Encrypted archives are supported but since rar2fs is completely non-interactive it requires the archive password to be stored on the local file system in a file in plaintext format. This of course is a major security limitation in itself. If you really need to use this feature, use it wisely. The author(s) of rar2fs will not be held responsible for encrypted information being exposed due to this limitation. If security is really an issue some encryption on file system level should be considered instead. A FUSE based encryption file system, such as encfs, has proven to work very well together with rar2fs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].