From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 10:00:31 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 3015E16A403 for ; Thu, 21 Sep 2006 10:00:30 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77ED343D58 for ; Thu, 21 Sep 2006 10:00:30 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GQLLe-0004Gu-Gh for freebsd-questions@freebsd.org; Thu, 21 Sep 2006 12:00:02 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 12:00:02 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Sep 2006 12:00:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Thu, 21 Sep 2006 11:49:20 +0200 Lines: 12 Message-ID: References: <20060920222944.M1031@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.4 (X11/20060625) In-Reply-To: <20060920222944.M1031@ganymede.hub.org> Sender: news Cc: freebsd-geom@freebsd.org Subject: Re: geom - help ... 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, 21 Sep 2006 10:00:31 -0000 Marc G. Fournier wrote: > Basically, I have 5x72G drives ... I'd *love* to do RAID5 with them, but > that doesn't appear to be available right now Maybe you could try geom_raid3 instead? It's pretty nice, especially for databases. The only caveat is that you cannot boot off it if you use all the drives. Maybe raid3(3 drives for data)+mirror(2 disks for system) will be useful to you (since you can boot a mirrored drive). (note that geom_raid3 is not RAID3 as theoretically defined, but more like RAID4).