From owner-freebsd-questions@FreeBSD.ORG Fri Oct 1 17:26:18 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 87A0916A4CE for ; Fri, 1 Oct 2004 17:26:18 +0000 (GMT) Received: from wrongcrowd.com (dsl231-043-085.sea1.dsl.speakeasy.net [216.231.43.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF8643D54 for ; Fri, 1 Oct 2004 17:26:18 +0000 (GMT) (envelope-from matt@wrongcrowd.com) Received: from [192.168.1.95] (port=1048 helo=tbird.wrongcrowd.com) by wrongcrowd.com with esmtp (Exim 4.34 (FreeBSD)) id 1CDR9t-000DdZ-2L for freebsd-questions@freebsd.org; Fri, 01 Oct 2004 10:25:30 -0700 Message-Id: <6.1.2.0.2.20041001102302.0cd64560@wrongcrowd.com> X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Fri, 01 Oct 2004 10:26:14 -0700 To: freebsd-questions@freebsd.org From: Matt Staroscik In-Reply-To: <20041001171949.885F316A4F3@hub.freebsd.org> References: <20041001171949.885F316A4F3@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Score: 0.0 (/) Subject: How do you duplicate a 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: Fri, 01 Oct 2004 17:26:18 -0000 I have a RAID mirror (2x 160GB) which I would like to back up onto a spare 160GB drive. I do not have a hot-swap caddy so I was planning on powering down the system to get the backup drive in and out. But once I have the new blank drive in, what is the best way to duplicate the RAID? Ideally I would like to create a disk that could boot the system (and rebuild the RAID) in case disaster strikes. Can dd do this? I am new to Unix disk operations... Many thanks in advance for the help.