From owner-freebsd-current Tue Jan 28 09:22:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA25016 for current-outgoing; Tue, 28 Jan 1997 09:22:02 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA24997; Tue, 28 Jan 1997 09:21:50 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA22944; Tue, 28 Jan 1997 10:21:14 -0700 (MST) Date: Tue, 28 Jan 1997 10:21:14 -0700 (MST) Message-Id: <199701281721.KAA22944@rocky.mt.sri.com> From: Nate Williams To: Bruce Evans Cc: current@freebsd.org, nate@mt.sri.com, bde@freebsd.org Subject: Re: Disk errors with 2.2B In-Reply-To: <199701281706.EAA30531@godzilla.zeta.org.au> References: <199701281706.EAA30531@godzilla.zeta.org.au> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >I just upgraded one of the disks in my dual-disk workstation to 2.2B > >(via CVS) from an old version of -current (June). > > > >The box (is running) 2.1.6.1 fine, and was running the older version of > >-current w/out problems until yesterday. > > > >Now, at bootup I get the following errrors: > >wd0s5c: hard error reading fsbn 1wd0: status 59 \ > > error 10 > >wd0s6c: hard error reading fsbn 1wd0: status 59 \ > > error 10 > >wd0s7c: hard error reading fsbn 1wd0: status 59 \ > > error 10 > >wd0s8c: hard error reading fsbn 1wd0: status 59 \ > > error 10 > > > >These devices don't exist in /dev, nor do I have anything in my > >partition table for these. The disk has 3 'slices', DOS, Win95, and > >FreeBSD and no extended anything. > > It probably does have an extended slice with garbage entries to get > those errors. I don't think you can have 2 DOS/Win95 slices without > an extended slice. Actually, it doesn't. In order to install Win95 on the box I 'modified' the original DOS slice to be of type SCO, then installed Win95 so it could be a bootable partition. Then, I changed it back. (I used pfdisk to do this, which allows you to change the type w/out modifying anything else). Like I said, it works fine with 2.1.6, but 2.2B chokes on it. Nate