Skip to content
/ tartarfs Public

πŸ₯© delicious tarball FUSE

Notifications You must be signed in to change notification settings

ruksi/tartarfs

Repository files navigation

πŸ₯© TartarFS

The most delicious of filesystems, although a bit raw. πŸ˜‹

TartarFS is a simple FUSE filesystem that allows you to navigate tar file's contents as if it were a directory. Currently, it only supports read operations.

Dependencies:

sudo apt install libfuse3-dev

Usage:

RUST_LOG=info cargo run $PWD/files.tar $PWD/out

# the tar file will be mounted until the process receives an interrupt signal like Ctrl+C

# manually unmounting the mount point also kills the process:
fusermount -u out
# or
fusermount3 -u out
# or
umount out

About

πŸ₯© delicious tarball FUSE

Resources

Stars

Watchers

Forks

Languages