From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44be5a6b6837ab91d1e356735f5f4a94@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] 9fs nvr file Date: Wed, 16 Aug 2006 13:38:44 -0400 From: geoff@plan9.bell-labs.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a08a8c1e-ead1-11e9-9d60-3106f5b1d025 The file server is unaware of normal Plan 9 partitions. The DOS code has some minimal awareness of fdisk partitions, but in general you should use whole disks or the `p' device to subdivide them. The DOS code only knows how to read FAT 12 and FAT 16 file systems. If you want to see what's happening in the DOS code, change the definition of `chatty' at /sys/src/fs/pc/dosfs.c:16 to #define chatty 1 and build and boot a new kernel. The nvr/DOS code is a little different than the usual block I/O code in the file server. nvrdevs[] in /sys/src/fs/fs64/9fsfs64.c (or whatever it's called for your file server) contains different entry points than the usual ones.