From owner-freebsd-current Tue Jan 7 8:12:37 2003 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 C6AB437B401 for ; Tue, 7 Jan 2003 08:12:35 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 298A143ED1 for ; Tue, 7 Jan 2003 08:12:28 -0800 (PST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id h07GB9HZ057431; Tue, 7 Jan 2003 17:11:09 +0100 (CET) (envelope-from sos) From: Soeren Schmidt Message-Id: <200301071611.h07GB9HZ057431@spider.deepcore.dk> Subject: Re: mirrored root fs? In-Reply-To: <1041954721.3e1af7a1f1614@Mail.EnContacto.Net> To: eculp@encontacto.net Date: Tue, 7 Jan 2003 17:11:09 +0100 (CET) Cc: "current@FreeBSD.ORG" X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems eculp@encontacto.net wrote: > | Doing "stuff" to your root filesystems is always dangerous, so you > | have been warned :) > > Thanks, Søren. Indeed I have:-) I'll give it a try over the coming > weekend after backing up everything:). Will this patch be committed to > the tree, before then? Maybe, I'm still thinking about if I should make it an option in atacontrol to do the mirror rebuild on create... > This is really great news. I sometimes feel like I live under a > rock, I didn't realize that atacontrol raid was working so well. > Do you know of any documentation on setting it up on a new system > install, especially atacontrol RAID1+0? man atacontrol :) However if you want to use RAID1+0 and you want to be able to boot from it you *need* a RAID capable controller BIOS, there is no way to make a stock BIOS boot from a RAID0... If you need it on install you probably also need at RAID capable controller, if you define the RAID BIOS there, it will show up in sysinstall.. > I haven't used vinum because of the root partition limitations and > the complexity of the first configuration although I have been on the > verge several times. BTW, is this an integration of vinum? To not > have to be limited to hw raid by having similar flexibility and ease > of use with software raid will be/is, IMO, fantastic. No, the RAID part of the ATA driver has nothing to do with vinum. Vinum has several limitations that make it useless in this context. Mainly that the RAID config layout on disk need to be of different formats depending on what controller BIOS we have, and there is no place to put all the extra volume stuff that vinum needs. The ATA RAID code is very generic instead, with backends that converts the internal RAID info to/from the needed info on disk depending on controller type. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message