9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Derek Carter <goozbach@friocorte.com>
To: 9fans@9fans.net
Subject: [9fans] mounting inferno-exported, Linux filesystem under plan9
Date: Thu, 12 May 2011 17:31:43 -0400	[thread overview]
Message-ID: <4DCC51BF.3000908@friocorte.com> (raw)

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



             reply	other threads:[~2011-05-12 21:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-12 21:31 Derek Carter [this message]
2011-05-12 21:41 ` Steve Simon
2011-05-13  1:54   ` Derek Carter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DCC51BF.3000908@friocorte.com \
    --to=goozbach@friocorte.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).