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...
Update Notifications
User Ratings
User Reviews
-
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
-
Please add this link: hg.sharesource.org/fuse4win to "Operating Systems" wiki page. It is FUSE API implementation for Windows platform using Dokan framework. (stable enough: ntfs-3g is said to be working)