From owner-freebsd-hackers Tue Oct 1 22:46:36 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA07383 for hackers-outgoing; Tue, 1 Oct 1996 22:46:36 -0700 (PDT) Received: from eterna.com.au (eterna.com.au [203.15.111.129]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA07376 for ; Tue, 1 Oct 1996 22:46:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by eterna.com.au (8.7.5/8.7.3) with SMTP id PAA18948; Wed, 2 Oct 1996 15:44:48 +1000 (EST) Message-Id: <199610020544.PAA18948@eterna.com.au> X-Authentication-Warning: splode.eterna.com.au: Host localhost [127.0.0.1] didn't use HELO protocol To: "Kevin P. Neal" cc: "Justin T. Gibbs" , Jason Thorpe , Poul-Henning Kamp , James Graham , hackers@freebsd.org, tech-kern@netbsd.org, buhrow@cats.ucsc.edu (Brian Buhrow) From: matthew green Subject: Re: VPS mailing list, BSD interest? In-reply-to: Your message of "Wed, 02 Oct 1996 01:26:37 -0400." <1.5.4.32.19961002052637.008e9d0c@mindspring.com> Date: Wed, 02 Oct 1996 15:44:14 +1000 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i will note that ODS allows mirrored root filesystems. i don't remember anything about disallowing stripping or concatenating them, either, but they will ignore the disklabel/bootblock portion on disk. i like parts of ODS: it keeps state in dedicated partitions on the disk, a metadevice db "replica". you create several of these partitions on your disks and it uses them to keep state -- each one is independant or the others. i also like the model of ODS (as under solaris 2): - a metadevice acts like a normal disk partition - a metadevice can be composed of any number of real partitions or metadevices, either concatenated or striped, or mirrored. you create a mirrored stripe by creating two (or three -- ODS has an, IMO, stpuid limit) stripes and then mirroring these two metadevices. recent ODS versions include raid5 support, file system extensions, etc. i'm fairly conversant in ODS if anyone has other questions.