From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 16 Dec 1997 19:54:16 +0900 From: Kenji Arisawa arisawa@ar.aichi-u.ac.jp Subject: [9fans] need help with u9fs Topicbox-Message-UUID: 6e46c7c6-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19971216105416.RfwWXIaqRMz4lF1RWa4Hzi4OYpX22ZJ0laZGN_SuPmo@z> 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 ...