From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 3 Mar 2005 14:38:34 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] fossil failure question In-Reply-To: <8b393b511ac5172c4a936b40527db05f@plan9.bell-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <8b393b511ac5172c4a936b40527db05f@plan9.bell-labs.com> Topicbox-Message-UUID: 1f322ed4-ead0-11e9-9d60-3106f5b1d025 > > labelUnpack ff ff 6ccd6c27 01000000 0001ffff Your disk is corrupt. This isn't anything like a valid label. The first four numbers should all be small integers, and the last one should be 0, 1, 2, or random >= 32. I'd probably put prints in diskReadRaw and diskWriteRaw giving the partition, offset, and data read/written, and log all that to a file and then look carefully at it. I suspect the Xen disk device driver. Russ