From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 23:16:44 2005 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 BFF5B16A41C for ; Fri, 10 Jun 2005 23:16:44 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F4543D53 for ; Fri, 10 Jun 2005 23:16:44 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id j5ANGgJF003011; Fri, 10 Jun 2005 19:16:42 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j5ANGfSQ003010; Fri, 10 Jun 2005 19:16:41 -0400 (EDT) From: Jerry McAllister Message-Id: <200506102316.j5ANGfSQ003010@clunix.cl.msu.edu> To: tshadwick@goinet.com (Tony Shadwick) Date: Fri, 10 Jun 2005 19:16:41 -0400 (EDT) In-Reply-To: <20050610175450.J78603@mail.goinet.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Alex Zbyslaw Subject: Re: system 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: Fri, 10 Jun 2005 23:16:44 -0000 > > You expect too much of my RAID controller. :) Ghost won't do it because: > > 1. There is only room for 3 drives in the system. RAID5 requires 3 > drives. > > 2. Ghost deals in partitions. FreeBSD (usually) has one partition with > many slices. Small, but important quibble if you are doing FreeBSD stuff. FreeBSd (usually) has one _slice_ with many _partitions_. What MS tries to call a primary partition is a slice in FreeBSD - created with fdisk. Then slices may be divided in to partitions which, after being newfs-ed can be mounted as filesystems. ////jerry > > 3. Doubt it has drivers for my RAID array. :) > > On Fri, 10 Jun 2005, Alex Zbyslaw wrote: > > > Tony Shadwick wrote: > > > >> > >> I have a system that we are running in production that there was an > >> oversight on, and it has a single hard drive installed (32GB SCSI I > >> believe), rather than a 3 drive raid5 array. We would like to correct > >> this, but we have all sorts of up-to-date packages and config files that > >> we've tweaked that we would hate to just start over on it. > >> > >> There's a tool for OSX called "Carbon Copy Cloner" that would take care of > >> this for me, which is basically a series of copy commands that takes the > >> filesystem from one drive to another, preserving EVERYTHING important, and > >> then bless the boot volume. > > > > If you want two more identical drives then use dump, not tar, but you'd have > > to have them sliced/partitioned up the same beforehand and it wouldn't do > > bootblocks. > > > > Silly question, but won't your RAID controller do it for you? Or is that > > expecting too much? > > > > Or what about using Ghost? No experience of *doing* it myself, but someone I > > work with did it very successfully just a couple days ago to get a copy of an > > unbootable Linux SCSI disk onto an IDE. That would make the > > disks identical. > > > > --Alex > > > _______________________________________________ > 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" >