From owner-freebsd-current@FreeBSD.ORG Thu Oct 30 17:13:36 2003 Return-Path: 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 1E19416A4CE for ; Thu, 30 Oct 2003 17:13:36 -0800 (PST) Received: from smtp2.sea.theriver.com (smtp2.sea.theriver.com [216.39.128.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 6031443FA3 for ; Thu, 30 Oct 2003 17:13:35 -0800 (PST) (envelope-from damm@fpsn.net) Received: (qmail 9310 invoked from network); 31 Oct 2003 01:13:34 -0000 Received: from portal.aphroland.org (HELO 10.10.10.132-unassigned.aphroland.org) (216.39.174.24) by smtp2.sea.theriver.com with SMTP; 31 Oct 2003 01:13:34 -0000 From: Scott Likens To: Steve Lee In-Reply-To: References: Content-Type: text/plain Message-Id: <1067562792.27240.1.camel@desolation.livid.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 30 Oct 2003 17:13:12 -0800 Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Software RAID X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 31 Oct 2003 01:13:36 -0000 On Thu, 2003-10-30 at 16:22, Steve Lee wrote: > Does FreeBSD support Software RAID ? > if so, what can it do ? > RAID 0, 1, 5 ?? > > also would it be able to mirror the root parition ? > > Thanks. > > any advice would be cool. http://www.freebsd.org/handbook There's always good stuff in there about everything, as far as raid, 0, 1, 5, I imagine 0+1, 10, prolly the only thing it lacks is JBOD. But as far as your 'root' partition that I don't think so, mirroring the root partition usually isn't worth it anywho. Since the root partition is typically 250megs for / and yeah you can mirror /usr /var, etc with vinum (mdconfig) or you could use ccd if you wish.