From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3083fcbc1313632091629ce0b56ab633@granite.cias.osakafu-u.ac.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] Venti for Fossil From: okamoto@granite.cias.osakafu-u.ac.jp In-Reply-To: MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 1 Aug 2003 12:39:07 +0900 Topicbox-Message-UUID: 0e1c543e-eacc-11e9-9e20-41e7f4b1d025 I'm confusing... I have disks as: --rw-r----- S 0 okamoto okamoto 10453504 Jul 18 17:15 /dev/sdC0/9fs --rw-r----- S 0 okamoto okamoto 0 Jul 18 17:15 /dev/sdC0/ctl --rw-r----- S 0 okamoto okamoto 40020664320 Jul 18 17:15 /dev/sdC0/data --rw-r----- S 0 okamoto okamoto 3498247168 Jul 18 17:15 /dev/sdC0/fossil --rw-r----- S 0 okamoto okamoto 10737417216 Jul 18 17:15 /dev/sdC0/other --rw-r----- S 0 okamoto okamoto 40015954944 Jul 18 17:15 /dev/sdC0/plan9 -lrw------- S 0 okamoto okamoto 0 Jul 18 17:15 /dev/sdC0/raw --rw-r----- S 0 okamoto okamoto 6442450944 Jul 18 17:15 /dev/sdC0/v.index0 --rw-r----- S 0 okamoto okamoto 6442450944 Jul 18 17:15 /dev/sdC0/v.index1 --rw-r----- S 0 okamoto okamoto 6442450944 Jul 18 17:15 /dev/sdC0/v.index2 --rw-r----- S 0 okamoto okamoto 6442451968 Jul 18 17:15 /dev/sdC0/v.index3 --rw-r----- S 0 okamoto okamoto 0 Jul 18 17:15 /dev/sdC1/ctl --rw-r----- S 0 okamoto okamoto 122942324736 Jul 18 17:15 /dev/sdC1/data --rw-r----- S 0 okamoto okamoto 122935002624 Jul 18 17:15 /dev/sdC1/plan9 -lrw------- S 0 okamoto okamoto 0 Jul 18 17:15 /dev/sdC1/raw --rw-r----- S 0 okamoto okamoto 122934970368 Jul 18 17:15 /dev/sdC1/v.arenas I run floppy bootstrapped fossil+venti, which seems to be fine. I want to mount the other file system to /n/duniteother directory, and then, my /sys/lib/dntf/dntfproto file is: (Thanks nemo!) srv -p fscons srv -p fscmd srv boot fsys main config /dev/sdC0/fossil # 36864 = (312MB - 8MB*3)*1024*1024/8192 # 29696 = (256MB - 8MB*3)*1024*1024/8192 fsys main open -c 26000 fsys main users -r /active/adm/users snaptime -s 60 -a 0500 listen il!*!17008 listen tcp!*!564 fsys other config /dev/sdC0/other fsys other open -c 2000 fsys main and I dispatched the command: mount -c /srv/boot /n/duniteother other and then, ls -l /n/duniteother. I got d-rwxrwxrwx M 31 adm adm 0 Jul 31 17:04 /n/duniteother/active d-r-xr-xr-x M 31 adm adm 0 Jul 31 17:04 /n/duniteother/archive d-r-xr-xr-x M 31 adm adm 0 Jul 31 17:04 /n/duniteother/snapshot I want just it is done like that for /n/boot using /srv/boot. In this case, I don't use venti for this 'other' file system, and I don't want to have subdirectories of active, archive and snapshot. By the way, am I safe to use /n/dioriteother/active for such a usual /n/duniteother? This means can I just replace /n/dioriteother by /n/dioriteother/active. Kenji