From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <594e4912f851490ae5521fddd7768bd3@9netics.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] mount plan9 fossil on linux system? Date: Wed, 15 Nov 2006 23:37:49 -0800 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <455C125A.30805@ajft.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: e0d77660-ead1-11e9-9d60-3106f5b1d025 v9fs does not do authentication - which is not part of 9p at any rate. so you probably need to do auth some other way and then pass the authenticated fd to v9fs (mount options). have you read this thread? it seems to be what you want http://groups.google.com/group/comp.os.plan9/browse_thread/thread/28c09901ba9f962c/edd716a1315b0a1a?lnk=gst&q=v9fs+auth&rnum=2#edd716a1315b0a1a > Sergey Zhilkin wrote: >> Hi! Try mount under root. >> Check /etc/sudoers for correct permissions. > > sudoers lets my account do anything :-) > > However, just to keep you happy: > > fafnir:/tmp# mount -t 9p -o user=ajft 10.0.0.123 /mnt > mount: permission denied > fafnir:/tmp# tail /var/log/syslog > : > Nov 16 18:23:06 localhost kernel: [17212825.952000] v9fs_errstr2errno: > errstr :cannot attach as none before authentication^E: not found > >> I'm using it, and 9P works fine. > > Adrian