From owner-freebsd-questions@FreeBSD.ORG Sun Mar 4 19:47:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D83E16A401 for ; Sun, 4 Mar 2007 19:47:37 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id E95E813C471 for ; Sun, 4 Mar 2007 19:47:36 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1776490nfc for ; Sun, 04 Mar 2007 11:47:35 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OOr0hCUPJO/q1kSba3lQ/5LeZTfpWcLTWwp4zQ1sDdbNojJYphmK/qygahJJXsoxnci8uW/H4uYJSLu68CRUj5VWw7cuB79XdjEC6PQ8E5w0S4q2cqmSns9FQyvpnIznOy1UbXIwee4MHOLblclxy+/ypaKsGrsNEvQArxIC8BM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L3DY5c3K+lgQdzK49qLlycN6sWBkuScJuV82hHhmNWYJ117uOCmkYPoHq039NxnHpJAPbKgdNIxgg01pg3MSj/GtT3OLJBITMS4xRaXCYhD1tkxJnWjT99U8cuqD7n+LWF90ex0ZplTlFjWFIfcMLq07HZnnV2l//TqMi8nbBUw= Received: by 10.82.177.3 with SMTP id z3mr4093031bue.1173037655652; Sun, 04 Mar 2007 11:47:35 -0800 (PST) Received: by 10.82.175.1 with HTTP; Sun, 4 Mar 2007 11:47:35 -0800 (PST) Message-ID: Date: Sun, 4 Mar 2007 13:47:35 -0600 From: "illoai@gmail.com" To: freebsd-questions@freebsd.org In-Reply-To: <20070304104410.V77306@wonkity.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <005501c75e44$1107f630$6501a8c0@GRANT> <20070304104410.V77306@wonkity.com> Cc: Grant Peel Subject: Re: Cloning a disk -large to small X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2007 19:47:37 -0000 On 04/03/07, Warren Block wrote: > On Sun, 4 Mar 2007, Grant Peel wrote: > > > I have been researching the use of 'dd' quite a bit lately as I have > > had to clone a newly setup server. > > dump/restore is generally a better solution for cloning drives. On > large drives, dd wastes a lot of time copying empty sectors. > Also, your disk label would be wrong, albeit correctable, though by that time, you may as well have just manually redone it. -- --