Description
FUSE makes it possible to implement a filesystem in a userspace program. Features include: simple yet comprehensive API, secure mounting by non-root users, support for 2.4 and 2.6 Linux kernels, multi-threaded operation. etc...
User Ratings
User Reviews
-
Very nice - it is really useful to be able to get at a remote (ssh) filesystem from the command line rather than having to use a graphical file manager. Works, is quick and also allows me to share ssh mounts into a virtualbox virtual machine
-
It would just need a clean/readable API documentation to get five stars (I gave four). A comment aside: I wish file systems was designed with abstract data source in mind instead of just hard storage in mind (and thus, for all OS)… but that's another story.
-
Thank you for your work.
-
Thanks for updates ;)
-
good system