From owner-freebsd-questions@FreeBSD.ORG Thu Apr 5 10:52:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C3FE16A405 for ; Thu, 5 Apr 2007 10:52:33 +0000 (UTC) (envelope-from alex@upful.org) Received: from simmts8-srv.bellnexxia.net (simmts8.bellnexxia.net [206.47.199.166]) by mx1.freebsd.org (Postfix) with ESMTP id E561313C4BB for ; Thu, 5 Apr 2007 10:52:32 +0000 (UTC) (envelope-from alex@upful.org) Received: from upful.org ([74.12.88.143]) by simmts8-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070405105231.UCED4057.simmts8-srv.bellnexxia.net@upful.org> for ; Thu, 5 Apr 2007 06:52:31 -0400 Received: from upful.org (localhost [127.0.0.1]) by upful.org (8.13.8/8.13.8) with ESMTP id l35BqSYu006844 for ; Thu, 5 Apr 2007 06:52:28 -0500 (EST) (envelope-from alex@upful.org) Received: (from alex@localhost) by upful.org (8.13.8/8.13.8/Submit) id l35BqMDS006843 for freebsd-questions@freebsd.org; Thu, 5 Apr 2007 06:52:22 -0500 (EST) (envelope-from alex) Date: Thu, 5 Apr 2007 06:52:22 -0500 From: Alexander Anderson To: freebsd-questions@freebsd.org Message-ID: <20070405115222.GA6399@upful.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <461200AE.4010100@careytech.com.au> <20070404113009.GA93829@upful.org> <46142C3C.8070701@mawer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46142C3C.8070701@mawer.org> User-Agent: Mutt/1.4.2.2i Subject: Re: Hardware Raid on Intel DG965OT Motherboard 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, 05 Apr 2007 10:52:33 -0000 Thu, Apr 05, 2007 at 08:52:44 AM, Antony Mawer wrote: >>I have Intel D975XBX2 with two on-board SATA RAID controllers: one is Intel >>Matrix and the other is Marvell storage. I have FreeBSD 6.2 with RAID-5 >>using Intel Matrix Storage. It seems to work fine. > > You may want to re-think that option... according to the ataraid(4) man > page, RAID5 is not functional (ie. you have about as much data safety as > a RAID0 stripe set does): > >>CAVEATS >> RAID5 is not supported at this time. Code exists, but it neither uses >> nor maintains parity information. The ataraid driver provides *software* RAID. But doesn't Intel Matrix Storage gives *hardware* RAID support? How could I tell if software is at play? > One drive failure and you will be in for a whole world of hurt... I was going to do a test and simulate a drive failure (and see how to rebuild the array). I haven't had a chance to try that yet.