From owner-freebsd-questions@FreeBSD.ORG Tue Sep 29 11:04:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2364A106566B for ; Tue, 29 Sep 2009 11:04:13 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id A5EF48FC0C for ; Tue, 29 Sep 2009 11:04:12 +0000 (UTC) Received: by fxm22 with SMTP id 22so788142fxm.36 for ; Tue, 29 Sep 2009 04:04:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=dAX9i+jnRfGcl4xCbTt4GF3WOVce38tIQjswxuLhzVk=; b=Qjz+qt9RdU/d9iH8Xx9d5IG4Y5HfEM9ir37NFFJaryVKV7VHBwD9R/Uhqt2L3XGbn9 F2SIP5ywvcleVfhUONyDo/T3zbZupdAkaGMAIkrDG6J4LMOjj20cmWanDrpYb/l93ce7 k4ItjdQ4fOboDpLjE84fuCGstXUde8TvJIiAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=bwi0+lIEsWRz/zA82Z3ULyY7ttTAs+LnJsMnxDladdFTaUmSEc0dVMhvoJa86jhPh6 lVCjQRGCeGm1oq+ZqgQbS+GOa9Dpbdgakh8DEBmCfgreWxNh/vZF5Dnxd+UElKqEK36w NyEF0edpJjrxKIA9Ryq9aD9Cq1OIoQdpLxeOk= Received: by 10.86.231.15 with SMTP id d15mr4117373fgh.74.1254222250674; Tue, 29 Sep 2009 04:04:10 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id l19sm165715fgb.2.2009.09.29.04.04.09 (version=SSLv3 cipher=RC4-MD5); Tue, 29 Sep 2009 04:04:09 -0700 (PDT) Date: Tue, 29 Sep 2009 12:04:06 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090929120406.269d3505@gumby.homeunix.com> In-Reply-To: References: <20090928011444.29110022@chris.makeworld.com> <20090928213703.ecf59a9d.freebsd@edvax.de> <20090929022231.9a92783f.freebsd@edvax.de> <20090929023233.69b37187@gumby.homeunix.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Disk Cloning 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: Tue, 29 Sep 2009 11:04:13 -0000 On Mon, 28 Sep 2009 20:08:43 -0600 (MDT) Warren Block wrote: > On Tue, 29 Sep 2009, RW wrote: > > > On Tue, 29 Sep 2009 02:22:31 +0200 > > Polytropon wrote: > > > >> doing 1:1 copies with dd is always possible and will > >> keep content identically; remember to copy the MBR separately > >> with bs=512 and count=1 from the /dev/ad{source} device. > > > > Why? > > Because it contains the partition table. Right, but why separately, rather than with the rest of the disk?