From owner-freebsd-isp Wed Nov 29 9:19:32 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.polytechnic.edu.na (mail.polytechnic.edu.na [196.31.225.2]) by hub.freebsd.org (Postfix) with ESMTP id 48B8637B69B for ; Wed, 29 Nov 2000 09:19:21 -0800 (PST) Received: from ns1.horizon.na ([196.31.225.199] helo=polytechnic.edu.na) by mail.polytechnic.edu.na with esmtp (Exim 3.02 #2) id 141Dhd-000501-00; Wed, 29 Nov 2000 18:19:41 -0200 Message-ID: <3A253A67.C23665EC@polytechnic.edu.na> Date: Wed, 29 Nov 2000 19:18:31 +0200 From: Tim Priebe Reply-To: tim@iafrica.com.na X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ron Rosson Cc: freebsd-isp@freebsd.org Subject: Re: Drive Copy References: <767440343.20001129142712@aexis-telecom.it> <20001129074540.A33079@lunatic.oneinsane.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ron 'The InSaNe One' Rosson wrote: > > I hate adding a me too.. but I am lurking and hoping for an answer.. I > have 2 identical machines getting ready to be deployed in two different > places and I would love to only have to tweak one system and then just > copy the drive over to the other systems drive. > If the systems are truly identical then dd will definitly work. eg. dd bs=10k if=ad1 of=ad2 I do this regularly even with systems that are not identical, even if the hard drives are not identical. To do this if the systems are not identical, I use dangerously dedicated disks. Note: dangerously dedicated disks do not work on some system, can not be used if you want to be able to dual boot (ever, without a reinstall), and the destination disk must be at least as big as the source disk. If the destination disk is bigger than the source, the extra space can be allocated and used after the copy. Tim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message