9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Kenji Arisawa arisawa@ar.aichi-u.ac.jp
Subject: [9fans] need help with u9fs
Date: Tue, 16 Dec 1997 19:54:16 +0900	[thread overview]
Message-ID: <19971216105416.RfwWXIaqRMz4lF1RWa4Hzi4OYpX22ZJ0laZGN_SuPmo@z> (raw)

The below is my setting for u9fs.
I mount whole unix file system on plan9 for simplicity.

Kenji Arisawa
E-mail: arisawa@aichi-u.ac.jp


#
# unix side
#
ar$ cat /etc/inetd.conf
...
u9fs stream tcp nowait root /usr/local/etc/u9fs u9fs /
...

ar$ car /etc/service
...
u9fs    564/tcp u9fs
...

ar$ pwd
/usr/local/etc
ar$ ls -l
...
-rwxrwxr-x  1 root       32768 Oct 24 14:13 u9fs*
...

ar$ cd
ar$ cat .rhosts
9pc     arisawa
plan9   arisawa
...


#
# plan9 side
#
cpu% cat /lib/ndb/local
...
tcp=9fs	port=564
...

cpu% ls -l $home/n
d-rwxr-xr-x M 4 arisawa arisawa 0 Nov 10 18:37 ar

cpu% cat $home/lib/profile
...
bind -ac $home/n /n
...




             reply	other threads:[~1997-12-16 10:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-12-16 10:54 Kenji [this message]
  -- strict thread matches above, loose matches on Subject: below --
1997-12-17  8:36 Thomas
1997-12-16 16:42 Thomas
1997-12-16 14:06 Steve_Kilbane
1997-12-16 12:21 Boyd
1997-12-16 12:13 Steve_Kilbane
1997-12-15 22:03 Eric
1997-12-15 22:01 Thomas
1997-12-15 21:50 Tom
1997-12-15 21:46 Tom
1997-12-15 19:13 Thomas
1997-12-15 11:46 Boyd
1997-12-15 11:11 Russ
1997-12-15  9:31 forsyth
1997-12-15  6:00 kvanhees
1997-12-15  0:22 philw

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=19971216105416.RfwWXIaqRMz4lF1RWa4Hzi4OYpX22ZJ0laZGN_SuPmo@z \
    --to=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).