From owner-freebsd-hackers Fri Nov 28 21:59:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA06846 for hackers-outgoing; Fri, 28 Nov 1997 21:59:17 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA06832 for ; Fri, 28 Nov 1997 21:59:10 -0800 (PST) (envelope-from dawes@rf900.physics.usyd.edu.au) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.8.5/8.8.2) id QAA28433; Sat, 29 Nov 1997 16:59:05 +1100 (EST) Message-ID: <19971129165905.08819@rf900.physics.usyd.edu.au> Date: Sat, 29 Nov 1997 16:59:05 +1100 From: David Dawes To: hackers@FreeBSD.ORG Subject: Re: Drive Mirroring References: <199711290422.PAA23032@mother.sneaker.net.au> <19971129151057.57891@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <19971129151057.57891@lemis.com>; from Greg Lehey on Sat, Nov 29, 1997 at 03:10:57PM +1030 Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Nov 29, 1997 at 03:10:57PM +1030, Greg Lehey wrote: >On Sat, Nov 29, 1997 at 03:22:12PM +1100, Andrew Kenneth Milton wrote: >>> -----[ Jamil J. Weatherbee ]------------------------------ >>> >>> >>> Would a software RAID implementation be able to cope with having a drive >>> removed? >> >> The last implementation I saw of software RAID on Solaris didn't >> (about two years ago). >> >> It wouldn't boot from the secondary drives, > >Booting is a different matter. It's a lot more complicated, since you >need to explain RAID to the bootstrap. I don't think that's >feasible. But once the system is up and running, all other file >systems should be able to be RAID. The Veritas software that Sun supplies with their Sparc storage arrays these days does allow this. It was one of the first things I tried (having a mirrored boot disk, removing the one it usually boots from, and booting from the other). In the configuration I tested, the boot disk and its mirror were both "normal" disks attached to the primary scsi controller, and not disks in the storage arrays. Mirroring is the only RAID type supported for boot disks though. David