From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4DCC51BF.3000908@friocorte.com> Date: Thu, 12 May 2011 17:31:43 -0400 From: Derek Carter User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: 9fans@9fans.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] mounting inferno-exported, Linux filesystem under plan9 Topicbox-Message-UUID: e2c290f4-ead6-11e9-9d60-3106f5b1d025 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