From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 11:03:31 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 D06C537B401 for ; Thu, 10 Jul 2003 11:03:31 -0700 (PDT) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 358CD43F3F for ; Thu, 10 Jul 2003 11:03:31 -0700 (PDT) (envelope-from cscott@speakeasy.net) Received: (qmail 11191 invoked by uid 64014); 10 Jul 2003 18:03:31 -0000 Received: from cscott@speakeasy.net by mail13.speakeasy.net with AmikaGuardian-Server-2.0.0 (Processed in 0.764828 secs); 10 Jul 2003 18:03:31 -0000 X-AmikaGuardian-Id: mail13.speakeasy.net105786021023611169 X-AmikaGuardian-Action: Do Nothing() Received: from unknown (HELO nero) (cscott@[67.73.150.153]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Jul 2003 18:03:30 -0000 Message-ID: <000d01c3470e$a7cc6390$0801a8c0@nero> From: "Casey Scott" To: Date: Thu, 10 Jul 2003 13:11:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: new bootable drive 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: Thu, 10 Jul 2003 18:03:32 -0000 I need to replace the drive that my fbsd boots from. I have read the documentation on how to format, and copy files to a drive. e.g.: To move file from your original base disk to the fresh new one, do: # mount /dev/ad2 /mnt # pax -r -w -p e / /mnt # umount /mnt # mount /dev/ad2 / I am not sure if that procedure will copy the necessary bootstrap data to the new disk. I do not want to use a ghosting utility because I need a new partition scheme on the new drive. Will the procedure above copy EVERYTHING from / to the new / making it a replacement for the bootable disk? If not, what is the best procedure for that? Thanks, Casey