From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0abd1f1a682770f803df799dbc4742d3@9srv.net> To: 9fans@9fans.net Date: Wed, 24 Sep 2008 19:09:50 -0400 From: a@9srv.net In-Reply-To: <1222295666.9930.731.camel@work.sfbay.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] An announcement and a question Topicbox-Message-UUID: 14149cae-ead4-11e9-9d60-3106f5b1d025 // ...is there a piece of software already available // that would act like an adapter between NFS // clients and 9P servers... nfsserver(8) might work for you: it'll grab a 9p server and export it over nfs, allowing clients with no "special" software to mount it. it used to do auth, but it was a hack (as all nfs auth must be), so was removed; now it just treats everyone as none, if i remember right. a