>  Yeah, 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=$USER,uid=`id -u`,gid=`id -g`,trans=unix
`namespace`/sources.cs.bell-labs.com /n/sources

> but 9mount -i does
> it :)
>  Try:
>
> 9mount -i 'unix!/tmp/ns.jdc.192.168.1.101:0/sources.cs.bell-labs.com' 
> /n/sources
>
> -sqweek
>
>

Reply via email to