// ...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
