9fans archive / 1997 / 12 / 51 / prev next From: Kenji Arisawa arisawa@ar.... Subject: [9fans] need help with u9fs Date: Tue, 16 Dec 97 19:54:16 +0900 The below is my setting for u9fs. I mount whole unix file system on plan9 for simplicity. Kenji Arisawa E-mail: arisawa@aic... # # 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 ...