From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <140e7ec30910010331o5dbe12c5lac6ae914a8ebe696@mail.gmail.com> References: <20091001110459.b054ff0b.eekee57@fastmail.fm> <140e7ec30910010331o5dbe12c5lac6ae914a8ebe696@mail.gmail.com> From: Abhishek Kulkarni Date: Thu, 1 Oct 2009 08:38:21 -0400 Message-ID: <223eadbc0910010538i6eccf429l8f6439b8c3531410@mail.gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] remedial sources auth, connect, and mount in plan9port Topicbox-Message-UUID: 7b194ca0-ead5-11e9-9d60-3106f5b1d025 > =C2=A0Yeah, I suspect at this point the linux kernel is denying the > operation based on its idea of permissions. there's a v9fs mount > option you might try... I forget what it is exactly srv(4) has an example on how to do an authenticated mount of sources, which needs an update BTW. The command to mount using v9fs should now look like: mount -t 9p -o user=3D$USER,uid=3D`id -u`,gid=3D`id -g`,trans=3Dunix `namespace`/sources.cs.bell-labs.com /n/sources > but 9mount -i does > it :) > =C2=A0Try: > > 9mount -i 'unix!/tmp/ns.jdc.192.168.1.101:0/sources.cs.bell-labs.com' /n/= sources > > -sqweek > >