From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com Message-Id: <200007242323.TAA11533@cse.psu.edu> Date: Mon, 24 Jul 2000 19:22:59 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] 9pcfs MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: e9e73348-eac8-11e9-9e20-41e7f4b1d025 There are reasons this might fail: 1) there's a problem with the floppy driver - this has happened in the past with the fileserver because the system incorrectly determined the CPU speed and delays in the drivers became too short. Are you running on a recognised CPU and the speed is correct? 2) the (tivial) DOS driver doesn't understand the layout of your floppy - this can happen if the FAT filesystem was made by a system we haven't catered for in the code. Remake the fileserver kernel with 'chatty' defined as non-zero in dosfs.c and let's take a look at the output plus a hex dump of block 0 of the floppy. --jim