From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 19 Nov 2008 09:45:45 -0800 From: "Roman V. Shaposhnik" To: 9fans <9fans@9fans.net> Message-id: <1227116745.19266.342.camel@goose.sun.com> MIME-version: 1.0 Content-type: text/plain Content-transfer-encoding: 7BIT Subject: [9fans] fd2path and devsrv Topicbox-Message-UUID: 49d7b33a-ead4-11e9-9d60-3106f5b1d025 Hi Guys, I was rereading selected places of Rob's "Getting Dot-Dot Right" paper and it suddenly occurred to me that the example he provides there is something that I have always wanted to have. Here it is: % cat /proc/125099/ns ..... mount -c /net/il/134/data /mnt/term .... cd /usr/rob And, of course, if you run ns(1) it gets even better: % ns ... mount -c il!135.104.3.100!12884 /mnt/term ... Now, when I happen to be logged into the Plan9 the best I can see is this: % cat /proc/2012/ns .... mount '#s/sources' /n/sources .... Which is fair (the mount really did have /srv/sources as an argument) but makes me ask the next question: how can Rob's experience be achieved here? How can I get to the Channel (with the hope of invoking fd2path) that was given to devsrv when /srv/sources was created? Thanks, Roman.