Linked by Thom Holwerda on Tue 20th Feb 2007 21:59 UTC, submitted by sogabe
BeOS & Derivatives "We are excited to announce that Haiku developer Ingo Weinhold has recently committed UserlandFS to the repository. UserlandFS is designed to provide, for the first time in Haiku (and the BeOS platform), a stable and flexible environment for file system add-on development. Along with UserlandFS, Ingo has also committed several file system modules, including a Reiser FS 3.6 read-only implementation, a RAM FS (which is still work in progress), and NetFS, a Haiku-specific networking file system. NetFS is a native Haiku network file system that provides peer-to-peer networking capabilities for computers running Haiku on a LAN and includes full support for BFS attributes and live queries."
Thread beginning with comment 215139
To read all comments associated with this story, please click here.
P2P, FUSE...
by mmu_man on Wed 21st Feb 2007 14:51 UTC
mmu_man
Member since:
2006-09-30

P2P was only used here in the same sense as with CIFS or NFS. Nothing to do with your copying orgy fantasies. That will have to wait until I write besharefs ;)

Btw, Haiku already has NFS, so it's not our first networked fs. However NFS (v2) doesn't support attributes, let alone queries. (v4 supports attributes in some way, so could be interesting later.)

Same with FUSE, it models the Linux VFS which has no concept of queries; UserlandFS was written to test in-the-making native filesystems (I suppose he used it to test reiser), not implement Linux' VFS.