From owner-freebsd-questions@FreeBSD.ORG Sun Nov 23 22:55:29 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 7363816A4CE for ; Sun, 23 Nov 2003 22:55:29 -0800 (PST) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C2D743FBF for ; Sun, 23 Nov 2003 22:55:24 -0800 (PST) (envelope-from shritis@gmx.de) Received: (qmail 15266 invoked by uid 65534); 24 Nov 2003 06:55:22 -0000 Received: from pD9E1B147.dip.t-dialin.net (EHLO gmx.de) (217.225.177.71) by mail.gmx.net (mp015) with SMTP; 24 Nov 2003 07:55:22 +0100 X-Authenticated: #2437499 Message-ID: <3FC1AB56.3090609@gmx.de> Date: Mon, 24 Nov 2003 07:55:18 +0100 From: Robert Neumann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Toomas Aas References: <200311231854.hANIsmCA029974@lv.raad.tartu.ee> In-Reply-To: <200311231854.hANIsmCA029974@lv.raad.tartu.ee> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: 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: Mon, 24 Nov 2003 06:55:29 -0000 Toomas Aas wrote: > Hello! > > >>Date: Fri, 21 Nov 2003 10:53:06 +0100 >>From: Robert Neumann >> >>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. > > > Did I understand the situation right - the drive worked in 4.7 machine > but the problem occurred when you moved it to the 4.9 machine? > That's right. > The above fstab entry doesn't look quite correct to me. The filesystem > that you mount should usually be contained in a partition (e.g. > /dev/ad6s1e) not on entire disk (/dev/ad6). > > If the drive worked in the 4.7 machine, what was the fstab entry there? > I cant recall the fstab entry but the drive was as Master on the secondary IDE channel and had only one partition using all diskspace. In the 4.9 machine the drive is on a DMA-66-Controller. Under Win2000 this is listet as a SCSI-Device. I don't know whether this can be the problem - I will try to put it again on the IDE-Channel. > > What is the output of 'disklabel ad6'? > # /dev/ad6: type: unknown disk: amnesiac label: fictitious flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 9964 sectors/unit: 160086528 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 #milliseconds track-to-track seek: 0 #milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 160086528 0 unused 0 0 # (Cyl. 0 - 9964*) /kernel: ad6: cannot find label (no disk label) /kernel: ad6s1: cannot find label (no disk label) #end of output Many thanks for your help. Robert