From owner-freebsd-questions@FreeBSD.ORG Sun Mar 12 09:23:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B6FBB16A8C7 for ; Sun, 12 Mar 2006 09:23:27 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C1D44291 for ; Sun, 12 Mar 2006 04:50:34 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from foo.antimatter.net (cpe-72-132-244-217.san.res.rr.com [72.132.244.217]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id k2C5JscC019021 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 11 Mar 2006 21:19:55 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <7.0.1.0.2.20060311204721.039690f8@antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Sat, 11 Mar 2006 20:49:14 -0800 To: Joseph Vella , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <200603111529.44329.satyam@sklinks.com> References: <001901c64517$9d891950$6701a8c0@GRANT> <20060311234213.N68417@chylonia.3miasto.net> <200603111529.44329.satyam@sklinks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Wojciech Puchar , Grant Peel Subject: Re: dd - cloning a disk. 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, 12 Mar 2006 09:23:27 -0000 At 03:29 PM 3/11/2006, Joseph Vella wrote: >On Saturday 11 March 2006 14:43, Wojciech Puchar wrote: > > > > > > Here is a simple (I think!) question for the I/O savy among you: > > > > > > If I had two identical disks, say, 73 GB Seagate 10K SCSIs, one > completely > > > operational fully setup FreeBSD with all the trimmings, and the other >blank, > > > or perhaps loaded but no longer usable, is 'dd' and appropriate tool to > > > completely clone the Good disk to the not so good > disk....therefor making >the > > > second disk identical to the first? Bootable and all? > > > > yes > > > > dd if=/dev/firstdisk of=/dev/seconddisk bs=64k > > > > and yes it is bootable, but if you boot from second disk, FreeBSD kernel > > will mount root from first disk anyway, unless you will reconfigure it. > > > >Would this also work to copy CDs? If so, does it matter what os >and/or format >they would have? You can get an image of a data cd with: dd if=/dev/acd0 of=foo.iso bs=2048 You can then use burncd to make a copy. Also note that the block size is important here. -Glenn >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"