From owner-freebsd-questions@FreeBSD.ORG Thu May 4 23:49:33 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 AE24416A40E for ; Thu, 4 May 2006 23:49:33 +0000 (UTC) (envelope-from lists@webtent.net) Received: from genoa.webtent.org (static-70-110-70-42.tampfl.fios.verizon.net [70.110.70.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6164C43D46 for ; Thu, 4 May 2006 23:49:33 +0000 (GMT) (envelope-from lists@webtent.net) Received: from columbus.webtent.org (columbus.webtent.org [192.168.1.25]) by genoa.webtent.org (Postfix) with ESMTP id BC22F8A02A for ; Thu, 4 May 2006 19:49:32 -0400 (EDT) From: Robert Fitzpatrick To: FreeBSD In-Reply-To: <445A9040.6000005@dial.pipex.com> References: <1146785055.6860.50.camel@columbus.webtent.org> <445A9040.6000005@dial.pipex.com> Content-Type: text/plain Date: Thu, 04 May 2006 19:49:32 -0400 Message-Id: <1146786572.6860.56.camel@columbus.webtent.org> Mime-Version: 1.0 X-Mailer: Evolution 2.4.0 Content-Transfer-Encoding: 7bit Subject: Re: Software RAID guidance 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: Thu, 04 May 2006 23:49:33 -0000 On Fri, 2006-05-05 at 00:37 +0100, Alex Zbyslaw wrote: > Robert Fitzpatrick wrote: > > >I have an old NT4 PIII here that has a pair Adaptec Array1000 Family > >controllers with 2 pairs of identical drives on one of them (2 IBM 9GB > >and 2 Seagate 35GB). From what I googled, *nix does not support the > >controller, so I have removed the RAID arrays and loaded FreeBSD 6.0 > >onto the two IBM drives. Now, I wanted to mirror the other two for data > >and looking for guidance as to whether it is first of all suited for > >software RAID and if so, CCD or vinum. I am contemplating vinum because > >the handbook mentions CCD is when cost is the important factor and for > >me, is reliability. What would someone suggest? If vinum, one thing I > >don't quite understand is do I create the partitions to be used in the > >device? There doesn't seem to be a man for gvinum and the link to it in > >the handbook section 19.6.1 is broken. > > > > > Just to give you another option. You can support RAID1 using atacontrol > to just make two disk into a RAID. Yes, I saw mention of atacontrol somewhere in the handbook, the drives all SCSI. It seems atacontrol only addresses IDE? Excuse my ignorance on the subject of ATA vs SCSI :/ files# atacontrol list ATA channel 0: Master: acd0 ATA/ATAPI revision 0 Slave: no device present ATA channel 1: Master: no device present Slave: no device present -- Robert