From owner-freebsd-questions@FreeBSD.ORG Mon Oct 27 06:58:44 2003 Return-Path: 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 1069C16A4B3 for ; Mon, 27 Oct 2003 06:58:44 -0800 (PST) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B1F843F3F for ; Mon, 27 Oct 2003 06:58:43 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id h9RF3RfX017685; Mon, 27 Oct 2003 07:03:27 -0800 (PST) Received: from mac.com (dpvc-68-161-244-25.ny325.east.verizon.net [68.161.244.25]) (authenticated bits=0)h9REweCQ010660; Mon, 27 Oct 2003 06:58:41 -0800 (PST) Date: Mon, 27 Oct 2003 09:58:43 -0500 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Rishi Chopra From: Charles Swiger In-Reply-To: Message-Id: <0EB47888-088E-11D8-8AC4-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: questions@freebsd.org Subject: Re: Choosing A Stripe-Size (RAID5 Array) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 14:58:44 -0000 On Sunday, October 26, 2003, at 07:42 PM, Rishi Chopra wrote: > I'm setting up a 600GB Raid-5 array (4-200GB 8MB Buffer IDE disks > connected > to an Adaptec 2400A controller) and would like some help picking a > stripe-size (this is the smallest unit of data written to each disk by > the > raid controller.) My usage pattern is fileserver and webserver+db, > some > light desktop usage as well. I'll be using defaults for the file > system > (16K block size.) Databases really don't interact well with RAID-5; you would be better off using RAID-1 mirrors for the volumes which the DB uses. RAID-5 is okay for fileserving if you're not write-intensive (ie, read-mostly)... -- -Chuck