From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sun, 24 Jan 2010 13:02:22 +0000 Message-ID: <80c99e791001240502v3e7c955ek130ded319bb03ef5@mail.gmail.com> From: Lorenzo Bolla To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=000e0cd13922e27ab1047de8a92e Subject: [9fans] mount acme on plan9port Topicbox-Message-UUID: c5cba392-ead5-11e9-9d60-3106f5b1d025 --000e0cd13922e27ab1047de8a92e Content-Type: text/plain; charset=ISO-8859-1 Hi all, I'm trying to use "9 mount" to mount acme's socket (in `namespace`/acme) to some directory in /mnt (let's say /mnt/acme). I'm using ArchLInux: $> uname -a Linux eee 2.6.32-ARCH #1 SMP PREEMPT Sat Dec 26 08:26:17 UTC 2009 i686 Intel(R) Atom(TM) CPU N280 @ 1.66GHz GenuineIntel GNU/Linux The simple command: $> 9 mount `namespace`/acme /mnt/acme fails with "mount: only root can do that" and $> sudo 9 mount `namespace`/acme /tmp/acme complains about "wrong fs type". strange, because "9p" filesystem seems to be there: $> grep 9p /proc/filesystems nodev 9p I've also tried sqweek's "9mount" script, but it fails too with an uninformative "Killed". $> 9mount 'unix!/tmp/ns.lollo.:0/acme' ~/acme Killed The command executed by the script seems to be this one: $> 9mount -n 'unix!/tmp/ns.lollo.:0/acme' ~/acme mount -t 9p -o unix,trans=unix,name=lollo,uname=lollo,noextend,nodev /tmp/ns.lollo.:0/acme /home/lollo/acme and I've traced down the offending option to be "trans=unix". Any suggestions? Thank you! L. --000e0cd13922e27ab1047de8a92e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi all,
I'm trying to use "9 mount" to mount acme's s= ocket (in `namespace`/acme) to some directory in /mnt (let's say /mnt/a= cme). I'm using ArchLInux:
$> uname -a
Linu= x eee 2.6.32-ARCH #1 SMP PREEMPT Sat Dec 26 08:26:17 UTC 2009 i686 Intel(R)= Atom(TM) CPU N280 @ 1.66GHz GenuineIntel GNU/Linux

The simple command:
$> 9 mount `name= space`/acme /mnt/acme
fails with "mount: only root can do th= at" and
$>=A0sudo 9 mount `namespace`/acme /tmp/acme
complains about "wrong fs type".

st= range, because "9p" filesystem seems to be there:
$>= =A0grep 9p /proc/filesystems=A0
nodev =A0 9p

=
I've also tried sqweek's "9mount" script, but it fails to= o with an uninformative "Killed".
$>=A09mount 'u= nix!/tmp/ns.lollo.:0/acme' ~/acme
Killed
The comman= d executed by the script seems to be this one:
$>=A09mount -n 'unix!/tmp/ns.lollo.:0/acme' ~/acme
mount -t 9p -o unix,trans=3Dunix,name=3Dlollo,uname=3Dlollo,noextend,node= v /tmp/ns.lollo.:0/acme /home/lollo/acme
and I've traced down= the offending option to be "trans=3Dunix".

Any suggestions?
Thank you!
L.


--000e0cd13922e27ab1047de8a92e--