From owner-freebsd-questions@FreeBSD.ORG Wed Jul 1 19:25:28 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 D88C41065673 for ; Wed, 1 Jul 2009 19:25:28 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id A5F818FC08 for ; Wed, 1 Jul 2009 19:25:28 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1MM5Qs-000BwI-AC for freebsd-questions@freebsd.org; Wed, 01 Jul 2009 15:25:26 -0400 Message-ID: From: "Grant Peel" To: Date: Wed, 1 Jul 2009 15:25:19 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Cloning to different disks. 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: Wed, 01 Jul 2009 19:25:29 -0000 Hi all, I have serveral machines that are running different versions of FreeBSD. Each machine only has 1 hard disk, but they all have a CD ROM and USB = available. I have built a pristine system with all packages and ports installed = that I need. I am now wanting to clone this to all the machines. The dificulty being = that they all have various Disk sizes and interfaces (i.e. SCSI 3, SAS, = etc). I am wondering how everyone else might handle this situation. BTW, The = new build uses a standard Generic kernel, i386 build. I was thinking of: Booting with a live CD, refdisking, labeling, then using dumps from = memory stick. Comments please, -Grant