On Sep 27, 2009, at 5:28 PM, blstu...@bellsouth.net wrote:
So am I out of my mind or shouldn't I be able to mount a Plan 9 file system on Inferno. I thought that was one of the effects of making 9p2000 and styx the same. But even setting aside the authentication issue, if I do an aux/listen1 on the Plan 9 side, and then try to do a mount -A on the Inferno side, I'm getting a "bad fversion conversion on reply" error message. Is this something that should work and I should fix it, or is this a fool's errand?
The following sequence works for me. I get your "bad fversion ..." error without `-r <root>' to skip the root negotiation:
On plan 9: % aux/listen1 tcp!*!styx /bin/exportfs -r /usr/glenda On inferno: % mount -A tcp!192.168.1.3!6666 /n/plan9 -Josh