From owner-freebsd-current@FreeBSD.ORG Thu Oct 30 17:40:43 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 3A0C816A4CE for ; Thu, 30 Oct 2003 17:40:43 -0800 (PST) Received: from neptune.blitzen.net (neptune.blitzen.net [208.179.50.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB3F43FE0 for ; Thu, 30 Oct 2003 17:40:42 -0800 (PST) (envelope-from maillist@neptune.blitzen.net) Received: from localhost (maillist@localhost) by neptune.blitzen.net (8.11.6/8.11.6) with ESMTP id h9V1ee022179 for ; Thu, 30 Oct 2003 17:40:40 -0800 Date: Thu, 30 Oct 2003 17:40:40 -0800 (PST) From: Steve Lee To: freebsd-current@freebsd.org In-Reply-To: <1067562792.27240.1.camel@desolation.livid.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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:40:43 -0000 So there is no way to mirror the root so if one drive fails, i can't have the other drive boot up ? DAMN On Thu, 30 Oct 2003, Scott Likens wrote: > 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. > >