Status: Demonstration / Experimental
A FUSE filesystem driver that allows mounting .box archives as read-only filesystems.
- Linux or macOS with FUSE support
libfusedevelopment libraries
fusebox archive.box /mnt/pointTo unmount:
fusermount -u /mnt/point # Linux
umount /mnt/point # macOS- Read-only access only
- Experimental - not recommended for production use