Skip Tavakkolian wrote: > 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 Ah, many thanks. Working my way through that and I can mount sources, I think I need work on my Linux $PLAN9/ndb files for mounting my local stuff... [EMAIL PROTECTED]:~$ namespace /tmp/ns.ajft.:0 [EMAIL PROTECTED]:~$ ls `namespace` factotum= sources= [EMAIL PROTECTED]:~$ sudo mount -t 9P -o user=$USER,uid=`id -u`,gid=`id -g`,proto=unix `namespace`/sources /mnt mount: unknown filesystem type '9P' [EMAIL PROTECTED]:~$ sudo mount -t 9p -o user=$USER,uid=`id -u`,gid=`id -g`,proto=unix `namespace`/sources /mnt [EMAIL PROTECTED]:~$ ls /mnt 9grid/ adm/ contrib/ extra/ fastos/ lsr patch/ plan9/ wiki/ xen/ </pre> Running late for dinner now, I'll have to try later! Adrian
