From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] venti errors From: "Russ Cox" Date: Sun, 11 Nov 2007 22:14:00 -0500 In-Reply-To: <20071111102106.GA31915@hermes.my.domain> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20071112031402.470BE1E8C1C@holo.morphisms.net> Topicbox-Message-UUID: f3a272d0-ead2-11e9-9d60-3106f5b1d025 > 2007/1111 10:17:36 err 3: corrupted disk index bucket: n=41371 max=215, range=[0,396984) > 2007/1111 10:17:38 err 3: corrupted disk index bucket: n=55627 max=215, range=[0,396984) > /boot/venti: bad bucket XXX > 2007/1111 10:17:38 err 3: corrupted disk index bucket: n=8135 max=215, range=[0,396984) > > Should I get a new harddisk or is something else wrong? Your index buckets can hold a max of 215 entries (because you have 8192-byte blocks), but the 16-bit entry counts look essentially random. It's possible that you've configured your disk with overlapping partitions, so that some other program scribbled over the index thinking it was something else. cat /dev/sd__/ctl and examine the ranges to make sure this isn't it. If the partitions are in fact disjoint, then it sounds like your disk is not healthy. Russ