From owner-freebsd-current@FreeBSD.ORG Sat May 13 13:54:09 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA15C16A42C for ; Sat, 13 May 2006 13:54:09 +0000 (UTC) (envelope-from ivoras@fer.hr) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4D143D45 for ; Sat, 13 May 2006 13:54:08 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.6/8.13.4) with ESMTP id k4DDrlq5094941; Sat, 13 May 2006 15:53:52 +0200 (CEST) (envelope-from ivoras@fer.hr) Message-ID: <4465E4EB.3050601@fer.hr> Date: Sat, 13 May 2006 15:53:47 +0200 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050921) X-Accept-Language: en-us, en MIME-Version: 1.0 To: patrik , current@freebsd.org References: <4465CB9C.70709@dentarg.net> In-Reply-To: <4465CB9C.70709@dentarg.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: RAIDframe X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 13:54:10 -0000 patrik wrote: > > What are my options if I want to do software RAID5 in FreeBSD? gvinum? > ccd? Something else? I got 3 disks (each 300GB), and the porpuse is my > personal fileserver. I've found that RAID3 (managed by graid3: www.freebsd.org/cgi/man.cgi?query=graid3) works as an ok replacement for RAID5. It's easy to set up so you can try it for yourself.