From owner-freebsd-questions@FreeBSD.ORG Wed Nov 12 14:32:23 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 D537116A4CE for ; Wed, 12 Nov 2003 14:32:23 -0800 (PST) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F5CA43F75 for ; Wed, 12 Nov 2003 14:32:23 -0800 (PST) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.10/8.12.10) with ESMTP id hACMWKgt013986; Wed, 12 Nov 2003 14:32:20 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" To: Matthew Seaman , Noah Date: Wed, 12 Nov 2003 14:32:20 -0800 Message-Id: <20031112223108.M65151@enabled.com> In-Reply-To: <20031112182055.GC24384@happy-idiot-talk.infracaninophile.co.uk> References: <20031112154647.M33110@enabled.com> <3FB25926.2000109@rtl.org> <20031112171905.M63476@enabled.com> <20031112182055.GC24384@happy-idiot-talk.infracaninophile.co.uk> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 64.121.33.4 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 cc: Jason Stewart cc: freebsd-questions@freebsd.org Subject: Re: backup drive bootabel 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: Wed, 12 Nov 2003 22:32:23 -0000 > i) Make the 2nd disk an identical copy to the 1st one. In this case > should the 1st drive go AWOL, you would have to open the case and > either remove the first drive or modify the jumpering on the disks to > swap their order on the bus. You will need to mark the FreeBSD slice > bootable in the disk partition label by running: > > # boot0cfg -B -b /boot/mbr -s 1 da1 okay this is the command I was Looking for but I am arriving at an error: # boot0cfg -B -b /boot/mbr -s 1 da1 boot0cfg: /boot/mbr: unknown or incompatible boot code I think the partitions are about the same so I am not clear why this is happening. - Noah > > So long as the slice tables and disklabels on da0 and da1 are pretty > much the same, either disk should boot up smoothly.