From owner-freebsd-questions Mon Dec 18 11:52:08 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15635 for questions-outgoing; Mon, 18 Dec 1995 11:52:08 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA15628 for ; Mon, 18 Dec 1995 11:52:04 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA12125; Mon, 18 Dec 1995 12:48:58 -0700 From: Terry Lambert Message-Id: <199512181948.MAA12125@phaeton.artisoft.com> Subject: Re: bad super block To: lray@aurora.liunet.edu Date: Mon, 18 Dec 1995 12:48:58 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <95121717000050@aurora.liunet.edu> from "lray@aurora.liunet.edu" at Dec 17, 95 05:00:00 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > I've just installed FreeBSD 2.1.0 on a 486/66 (intel). The computer > has 2 ide hard drives, the 1st is a 400 mg Cavier drive and the second > a 600 mg Seagate. I installed from floppies I created, and the whole > install went fine except I was never asked for the compat1x or compat20 > floppies and got a message that they weren't installed. When I boot > the machine, I get a message: > > /dev/rwd0a: BAD SUPER BLOCK: VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST > ALTERNATE > > /dev/rwd0a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY > > running fsck manually just repeats the "BAD SUPER BLOCK message and prints: > Floating exception - core dumped > > If anyone can help me get a clean installation I'd be forever greatful. The "bad superblock" message indicates that the superblock is corrupt. Typicall this will happen only in the case that something is writing that area of your disk. My first suspect would be the MSDOS FS. Are you mounting your DOS partition read/write? Don't. Other possibilities include: placement of the BSD partition on disk is inconsistent with the partition table and/or disklabel data. Are you sure you told the install the geoemetry that your IDE drive uses? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.