Aaron Smith <[EMAIL PROTECTED]> writes:
> i've done some searching and i've seen discussion of userland fs
> before. has there been any progress in the user-space filesystem area? i
> have a nifty project and i would like to avoid using loopback NFS; have we
> got anything akin to linux's userfs yet?
(As far as I know, userfs in linux is quite bit rotten.)
But I think there are two different user-space filesystems for FreeBSD
right now:
vcoda used by the coda file system. See LINT for enabling it and
then the code in /sys/coda
xfs used by the arla (afs implementation) file system. Grab code
from <http://www.stacken.kth.se/projekt/arla/>.
There's a port of arla but it's outdated and does not work anymore.
See PR 17036. Or just grab the distribution - it builds without
problems.
These two filesystems are quite similar and of course targeted to the
needs of the file systems that use them, but they are useful for other
file systems as well. I know that there are other file systems using
xfs for implementation ease.
Hope this is helpful and send me some more questions if you have any.
/assar
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message