From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] bug in disk/format From: rsc@plan9.bell-labs.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 26 May 2002 18:13:00 -0400 Topicbox-Message-UUID: 9cdc5ef0-eaca-11e9-9e20-41e7f4b1d025 This is fixed. For better or worse, the sd53c8xx driver truncates very large writes (like an entire kernel!). It returns the correct short write count, but format wasn't checking for short writes. Now disk/format breaks the write into 8k chunks to be nicer to the disk subsystem, and watches for short writes. Update is on sources, along with new binaries. Russ