Re: Inferno as a remote filesystem server/client
On Thu, 2 Jun 2005 20:12:40 -0700 David Leimbach <leimy2k@...> wrote:
>..
> I don't just want to connect linux boxes. I'd love to have v9fs for
> Darwin... and I'm interested in doing some of the lifting if
> necessary, especially private namespaces.
Agreed. The more platforms we can get v9fs on to, the better - after all,
it is meant to be a machine-to-machine file sharing protocol too!
> > 2) Write a Limbo library for FUSE, and a fileserver on top of it
> > (NB there are several sub-options to this)
>
> It'd have to talk Styx I suppose.
Are you saying that the fileserver I referred to would have to talk styx?
I was assuming that it would talk open/close/read/write, ie, serve the files
that were in it's own namespace, rather than being a protocol converter (although
that approach might have other dis/advantages worth considering).
> > 3) Write a Limbo library for the coda filesystem driver, and a fileserver
> > on top of it
>
> I have 0 interest in coda.
My only interest in Coda is that their kernel module (reliably)
solves (most of) this problem, and is widely available. I've been
using it in this role for nearly two years now, very successfully.
I've just this moment discovered that there is a project getting Coda
working on Darwin too,
see
(Continue reading)