From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 14:55:07 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 419FC16A4CE for ; Fri, 21 Nov 2003 14:55:07 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD5143FA3 for ; Fri, 21 Nov 2003 14:55:06 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (rwcrmhc13) with ESMTP id <2003112122550601500ptj0le>; Fri, 21 Nov 2003 22:55:06 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id CCB353A; Fri, 21 Nov 2003 17:55:05 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org, Robert Neumann References: <3FBDE082.9020002@gmx.de> From: Lowell Gilbert Date: 21 Nov 2003 17:55:05 -0500 In-Reply-To: <3FBDE082.9020002@gmx.de> Message-ID: <447k1ttjqu.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [doc pointer] Re: HD error: BAD SUPER BLOCK X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 22:55:07 -0000 Robert Neumann writes: > this is the problem: > I had a machine running FreeBSD 4.7-Stable. There I added a 80GB > harddisk. This harddrive I wanted to install on my other machine > running FreeBSD 4.9-Release. This disk is ad6 so I added > > /dev/ad6 /storage ufs rw 2 2 > > to fstab and rebooted. > > While booting the kernel the following error came up: > ... > /dev/ad6: BAD SUPER BLOCK: MAGIC NUMBER WRONG > /dev/ad6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY Well, yes. You have to put a filesystem on the disk. See the disk formatting tutorial article. http://www.freebsd.org/doc/en_US.ISO8859-1/articles/formatting-media/