FUSE can make virtual directories. Is there a FUSE basic skeleton public implementation ?
For example, fuse will mount directory a/
and reflect changes to b/
. When virtual file a/x.txt
is created, then real file b/x.txt
is created, etc.
It appears to be useless, but I then could use that as a base code and then do my modifications.