Skip to content
/ tartarfs Public

🥩 delicious tarball FUSE

Notifications You must be signed in to change notification settings

ruksi/tartarfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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