From owner-freebsd-questions@FreeBSD.ORG Sat Oct 9 14:46:55 2004 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 C60C416A4CE for ; Sat, 9 Oct 2004 14:46:55 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 855A743D31 for ; Sat, 9 Oct 2004 14:46:55 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19719 invoked from network); 9 Oct 2004 14:46:55 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail4.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Oct 2004 14:46:55 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 9F4BCE; Sat, 9 Oct 2004 10:46:54 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Dean Hollister , freebsd-questions@freebsd.org References: <20041009060531.D78165@odyssey.apana.org.au> <1d54d5440410082002a847a8f@mail.gmail.com> <20041009135932.A9489@odyssey.apana.org.au> <41679875.7000503@the-rubber-chicken-network.co.uk> From: Lowell Gilbert Date: 09 Oct 2004 10:46:54 -0400 In-Reply-To: <41679875.7000503@the-rubber-chicken-network.co.uk> Message-ID: <44pt3seyox.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Hard Disk failure 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: Sat, 09 Oct 2004 14:46:55 -0000 Mike Woods writes: > Dean Hollister wrote: > > > Yep, the kernel reports it cannot read a couple sectors at bootup. > > > > Is it just a case of fdisk'ing/label'ing the new drive with a > > standard MBR, setting up the filesystems and copying to them. Then > > the new drive should just boot normally? > > Pretty much, i've done it a few times and never had a problem, tis > also a good time to make any changes to your partiton structure :) > > Remember to make any changes to the fstab that might need doing like > moved partitions or differing device names! It's also worth pointing out that you really want to do the copy with dump(8) and restore(8) to get file flags and special files copied properly...