From owner-freebsd-questions@FreeBSD.ORG Mon Jun 19 15:57:20 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 B225A16A474 for ; Mon, 19 Jun 2006 15:57:20 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5566C43D5C for ; Mon, 19 Jun 2006 15:57:20 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 5AC3A5E50; Mon, 19 Jun 2006 11:57:19 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qx0-3luILfp2; Mon, 19 Jun 2006 11:57:18 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 8A7215CF5; Mon, 19 Jun 2006 11:57:18 -0400 (EDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 19 Jun 2006 11:57:15 -0400 To: Ensel Sharon X-Mailer: Apple Mail (2.750) Cc: FreeBSD Mailing List Subject: Re: Please help - adaptec 2820sa not ... RESOLVED 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: Mon, 19 Jun 2006 15:57:20 -0000 On Jun 18, 2006, at 10:44 PM, Ensel Sharon wrote: > Let's say I have 8 disks. > > Let's say I require raid6. You require RAID-6 because...? If you want more fault tolerance or better performance, RAID-10 makes a lot more sense to me than RAID-6, but YMMV. > If I make one array, I lose 25% to raid overhead. > > If I make two arrays, I lose 50% to raid overhead. Using RAID-6 with 4 disks does not make much sense, no. (Using RAID-10 with 4 disks works great, however. Yes, the overhead is greater, but the write performance is much better, and it would seem like RAID-10 would result in you having a configuration that fits into 2TB LUN limitation....) -- -Chuck