* [9fans] mounting inferno-exported, Linux filesystem under plan9
@ 2011-05-12 21:31 Derek Carter
2011-05-12 21:41 ` Steve Simon
0 siblings, 1 reply; 3+ messages in thread
From: Derek Carter @ 2011-05-12 21:31 UTC (permalink / raw)
To: 9fans
here's a puzzler.
Using hosted Inferno, I've exported a portion of my Linux host's
filesystem using this syntax:
; styxlisten -A tcp!*!564 export '#U*'/tftpboot
I can successfully mount the exported filesystem from the hosted Linux
box using v9fs using this syntax on the Linux box.
[root@linux ~]# mount -t 9p 127.0.0.1:/ /mnt/9p
I can successfully mount the exported filesystem from a *DIFFERENT*
hosted Inferno which is running on my Mac OSX laptop, using this syntax.
; mount -A tcp!10.XXX.XXX.X!564 /linux-mount /
However I can't seem to mount the same filesystem under plan9.
I've tried this command:
import -A tcp!10.XXX.XX.X!564 / /linux-mount
I've checked the man pages for mount and import. I think that I'm doing
this right, but it doesn't work.
I get this error message:
import: timed out connecting to tcp!10.XXX.XX.X!564
What am I missing?
--
Derek Carter
aka goozbach
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [9fans] mounting inferno-exported, Linux filesystem under plan9
2011-05-12 21:31 [9fans] mounting inferno-exported, Linux filesystem under plan9 Derek Carter
@ 2011-05-12 21:41 ` Steve Simon
2011-05-13 1:54 ` Derek Carter
0 siblings, 1 reply; 3+ messages in thread
From: Steve Simon @ 2011-05-12 21:41 UTC (permalink / raw)
To: goozbach, 9fans
import(1) uses a cpu(1) channel for its comms,
it starts export(1) at the remote end.
What you want to use is srv(1).
-Steve
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [9fans] mounting inferno-exported, Linux filesystem under plan9
2011-05-12 21:41 ` Steve Simon
@ 2011-05-13 1:54 ` Derek Carter
0 siblings, 0 replies; 3+ messages in thread
From: Derek Carter @ 2011-05-13 1:54 UTC (permalink / raw)
To: Steve Simon; +Cc: 9fans
On 5/12/11 5:41 PM, Steve Simon wrote:
> import(1) uses a cpu(1) channel for its comms,
> it starts export(1) at the remote end.
>
> What you want to use is srv(1).
>
> -Steve
Thanks, that did it.
This is what I ended up using.
9fs tcp!10.XXX.XX.X!564 linux-mount
--
Derek
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-13 1:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-12 21:31 [9fans] mounting inferno-exported, Linux filesystem under plan9 Derek Carter
2011-05-12 21:41 ` Steve Simon
2011-05-13 1:54 ` Derek Carter
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).