Stackable file systems

FUSE isn’t really a stackable filesystem, but it can be used as one.

http://dazuko.dnsalias.org/wiki/index.php/Main_Page

http://www.redirfs.org/tiki-index.php

http://www.filesystems.org/

Also, maybe fanotify could be used for this, which is more limited but faster (?) than inotify. The underlying system of all of these is fsnotify.

Of course, these are all for Linux.

Watchdog, in Python, is a cross-platform system used to monitor filesystem events. https://github.com/gorakhargosh/watchdog. It uses inotify on Linux, FSEvents and kqueues on Mac, ReadDirectoryChanges on Windows).

Article on IBM DeveloperWorks about Linux VFS: http://www.ibm.com/developerworks/linux/library/l-virtual-filesystem-switch/

 

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>