From owner-freebsd-questions Fri Mar 29 14:24:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id E4DDE37B404 for ; Fri, 29 Mar 2002 14:24:04 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 958C9BD75; Fri, 29 Mar 2002 14:24:04 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id OAA29368; Fri, 29 Mar 2002 14:24:04 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g2TMMW813209; Fri, 29 Mar 2002 14:22:32 -0800 (PST) (envelope-from swear@blarg.net) To: stan Cc: Subject: Re: Help PLEASE! Frustration == MAX, geting my machine back working References: <20020329175905.GA17886@teddy.fas.com> From: swear@blarg.net (Gary W. Swearingen) Date: 29 Mar 2002 14:22:32 -0800 In-Reply-To: <20020329175905.GA17886@teddy.fas.com> Message-ID: Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG stan writes: > Well I can't seem to get the disk partioned corectly. I am using susinstall > and seting up the paritions to be just like the first disk: The simplest method is to boot up the "fixit" and do "cat /dev/ad0 >/dev/ad1", or (faster?) figure the cylinder size and use "dd if=/dev/ad0 of=/dev/ad1 bs=. Either should do the deed, given your identical disk drives. I'm not sure why sysinstall won't do it. Maybe you need to have it put boot blocks on the second disk as you did to the first disk. I'd probably do a fresh install on the second disk (putting new FreeBSD boot blocks on both disks so you can boot to the second disk via "F5") and then use it to restore backups to the disk from which they came. P.S. Please don't post such questions to -stable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message