FUSE - implementing filesystems in user space
Posted Jan 29, 2004 5:45 UTC (Thu) by
mcatkins (subscriber, #4270)
Parent article:
FUSE - implementing filesystems in user space
Unfortunately, this seems to be something of a graveyard of projects, I also know of (at least):
Podfuk: http://atrey.karlin.mff.cuni.cz/~pavel/podfuk/podfuk.html
userfs: http://www.penguin.cz/~jim/userfs/
uvfs: http://www.sciencething.org/geekthings/index.html
virtualfs: http://www.solucorp.qc.ca/virtualfs/
(although the last subverts libc, rather than using a kernel module)
as well as my own effort (not yet released!) allowing filesystems to be written in Python (as does fuse), but without requiring a non-standard kernel module.
(
Log in to post comments)