9fans archive / 2008 / 09 / 211 / prev next From: a@9sr... Subject: Re: [9fans] An announcement and a question Date: Wed, 24 Sep 2008 19:09:50 -0400 // ...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