From owner-freebsd-questions@FreeBSD.ORG Tue Apr 29 09:31:00 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 2BC7A37B401 for ; Tue, 29 Apr 2003 09:31:00 -0700 (PDT) Received: from uccinc.net (ns1.uccinc.net [216.161.174.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6979C43F3F for ; Tue, 29 Apr 2003 09:30:59 -0700 (PDT) (envelope-from tom@openadventures.org) Received: from openadventures.org (ns3.uccinet.net [216.161.174.4]) by uccinc.net (8.11.6/linuxconf) with ESMTP id h3TGTm800314 for ; Tue, 29 Apr 2003 09:29:48 -0700 Message-ID: <3EAEA869.5000104@openadventures.org> Date: Tue, 29 Apr 2003 09:29:29 -0700 From: Tom Smith User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: RAID 5 Support 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: Tue, 29 Apr 2003 16:31:00 -0000 I've looked at Vinum and it doesn't appear to support "true" RAID 5--but rather uses a combination of RAID 1 and RAID 0 to provide redundancy. Is this the case? How can I setup a true software-based RAID 5 array?