hello,
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?
if freebsd doesn't have this capability, where would a good place to start
be on loopback NFS? maybe somebody has a loopback NFS skeleton i can start
from?
any pointers/discussion would be helpful.
aaron
here's one of the messages that made me say "yeah, like that!":
> Date: Sat, 17 Jul 1999 14:57:45 -0400
> From: "David E. Cross" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: USFS (User Space File System)
> Message-ID: <[EMAIL PROTECTED]>
>
> I am looking at a project that will require a user based process to
> interact with the system as if it were a filesystem. The traditional way I
> have seen this done is as the system NFS mounting itself (ala AMD). I
> would really like a more clean approach to this. What I am interested in
> is a 'User Space File System' that would interact with a user process in a
> similiar manor to how nfsd's do. A process would issue a mount (ok, this
> is different than NFSDs), then it would make a special system call with a
> structure, that call would return whenever a request was pending with the
> structure filled in with the appropriate information. The user process
> would fulfill the request, pack the return data into the structure and call
> kernel again.
>
> I have a number of questions on more specific ideas (like caching,
> inode/vnode interaction, etc). But I am just feeling arround for what
> people think about this. Any ideas/comments?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message