> can I do something like '9fs sources' but in p9p so that I could read
> p9 (not port) sources in linux?
> I'd guess it is possible, but I don't know how...

Using 9pfuse:

9pfuse sources.cs.bell-labs.com /n/sources

Using v9fs:

mount -t 9p 204.178.31.11 /n/sources

You can also do the same using p9p's mount script.

If you want to resolve names automatically,
you can use sqweek's 9mount wrapper:

http://sqweek.net/code/9mount/

-- 
David du Colombier

Reply via email to