From owner-freebsd-questions@FreeBSD.ORG Thu Feb 3 08:27:18 2005 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 DDA8D16A4CE for ; Thu, 3 Feb 2005 08:27:18 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 791DA43D48 for ; Thu, 3 Feb 2005 08:27:18 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j138R4j81024; Thu, 3 Feb 2005 00:27:04 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Doug Hardie" , "f-questions List" Date: Thu, 3 Feb 2005 00:27:02 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <9067891c7d3ef2dc5269ac1990beeade@lafn.org> Importance: Normal Subject: RE: Disk Label Problem 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, 03 Feb 2005 08:27:19 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Doug Hardie > Sent: Wednesday, February 02, 2005 6:33 PM > To: f-questions List > Subject: Disk Label Problem > > > I have a system with two SCSI disks. da1 has a complete > working system > on it that I need to clone onto da0. Quit screwing around with sysinstall and use dd, if da0 is larger than da1 you will have no problem (of course you will lose the extra space on da0 but you did say you want to clone them. Ted