From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3a9e2d37ee93d6a8d984ab82a00f9cbd@voidness.de> To: 9fans@cse.psu.edu From: Heiko Dudzus Date: Tue, 22 Nov 2005 20:27:34 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Fossil on devfs Topicbox-Message-UUID: b075e4bc-ead0-11e9-9d60-3106f5b1d025 I want to mirror fossil with fs(3) and followed the instructions on the Wiki page. The hard drives are mirrored, fscfg partitions prepared on both disks, the fossil configuration changed to /dev/fs/fossil. And the plan9.ini? fsconfig is set to /dev/sdC0/fscfg. But what's the correct bootargs line? Still | bootargs=local!#S/sdC0/fossil ? What's the point of time when #k is bound in the booting process, and which process does that? It has to be bound before the execution of /rc/bin/cpurc, so I don't have to bind it there, do I? Heiko