9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] mount acme on plan9port
@ 2010-01-24 13:02 Lorenzo Bolla
  2010-01-24 16:54 ` Eric Van Hensbergen
  0 siblings, 1 reply; 18+ messages in thread
From: Lorenzo Bolla @ 2010-01-24 13:02 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 1472 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2010-01-28 10:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-24 13:02 [9fans] mount acme on plan9port Lorenzo Bolla
2010-01-24 16:54 ` Eric Van Hensbergen
2010-01-24 17:55   ` Lorenzo Bolla
2010-01-24 19:27     ` Russ Cox
2010-01-24 20:09       ` David Leimbach
2010-01-24 21:51         ` Russ Cox
2010-01-27 11:44           ` Ethan Grammatikidis
2010-01-27 13:23             ` Lorenzo Bolla
2010-01-27 13:40               ` roger peppe
2010-01-27 14:12                 ` erik quanstrom
2010-01-27 14:35                   ` roger peppe
2010-01-27 21:20                     ` erik quanstrom
2010-01-27 21:35                       ` Eric Van Hensbergen
2010-01-27 21:49                         ` ron minnich
2010-01-27 22:47                           ` Charles Forsyth
2010-01-28  6:24                       ` Russ Cox
2010-01-28 10:43                         ` roger peppe
2010-01-27 17:27     ` Eric Van Hensbergen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).