From owner-freebsd-questions@FreeBSD.ORG Thu Mar 24 18:57:32 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 1E60616A4CE for ; Thu, 24 Mar 2005 18:57:32 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC49043D54 for ; Thu, 24 Mar 2005 18:57:31 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (unknown [127.0.0.1]) by mwinf1104.wanadoo.fr (SMTP Server) with ESMTP id DE13F1C00045 for ; Thu, 24 Mar 2005 19:57:30 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1104.wanadoo.fr (SMTP Server) with ESMTP id C302B1C00095 for ; Thu, 24 Mar 2005 19:57:30 +0100 (CET) X-ME-UUID: 20050324185730799.C302B1C00095@mwinf1104.wanadoo.fr Date: Thu, 24 Mar 2005 19:57:30 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <1473492382.20050324195730@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: References: <1735169762.20050324050924@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: What's an easy way to replace a drive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 18:57:32 -0000 Gary Smithe writes: > May not be the best answer, but if the drive's data is still intact > (i.e. readable) and the replacement will be identical, maybe try DD or > similar from a bootable "rescue" cd, like freesbie? If not that, then > you may be able to copy the data between the 2 drives using same said > bootable CD after creating the partitions. Is it possible to dd the entire contents of one drive into a single file on another drive (assuming the latter drive is big enough)? If so, I could save time by just copying the drive wholesale to a huge file on another drive, replacing it, then copying everything back. Not sure if "whole drive" would include content outside the FS, though (?). -- Anthony