The libferris virtual filesystem
The libferris virtual filesystem
Posted Nov 20, 2008 14:31 UTC (Thu) by ericvh (guest, #29315)Parent article: The libferris virtual filesystem
Of course the Plan 9 idea of virtual files is also directly available in
Linux (without kernel patches) via the 9P file system support. Various
language bindings and packages exist for building virtual file systems
directly on top of 9P: http://9p.cat-v.org/implementations. The one big
difference is all the 9P file systems are implicitly accessible over the
network.
Linux (without kernel patches) via the 9P file system support. Various
language bindings and packages exist for building virtual file systems
directly on top of 9P: http://9p.cat-v.org/implementations. The one big
difference is all the 9P file systems are implicitly accessible over the
network.