From owner-freebsd-questions Sat May 5 20:33:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 73C7A37B422 for ; Sat, 5 May 2001 20:33:49 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9E0436ACBE; Sun, 6 May 2001 13:03:47 +0930 (CST) Date: Sun, 6 May 2001 13:03:47 +0930 From: Greg Lehey To: Bob Greene Cc: "Andrew C. Hornback" , Steve Blanzy , FreeBSD Questions Subject: Re: Raid Message-ID: <20010506130347.F39554@wantadilla.lemis.com> References: <000a01c0d57f$2158bb40$0400a8c0@192.168.0.1> <000701c0d581$3dd2da60$0e00000a@tomcat> <20010506101618.B39554@wantadilla.lemis.com> <3AF4BF5A.A03D7278@tclme.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AF4BF5A.A03D7278@tclme.org>; from rgreene@tclme.org on Sat, May 05, 2001 at 10:04:58PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 5 May 2001 at 22:04:58 -0500, Bob Greene wrote: > Greg Lehey wrote: >> >> No, RAID-1 gives you the best performance of any RAID setup. The >> reason why you need at least 3 disks for RAID-5 is because it is >> slower, and though it would theoretically work with only two disks, >> it has no advantages over RAID-1 in this configuration. >> > > Huh? This paragraph makes no sense. > > RAID 0 = striped set > RAID 1 = mirrored set > RAID 5 = striped set with parity > > RAID 1 gives maximum redundancy, at the cost of two writes. The third > disk in RAID 5 is not a consequence of performance, it's a requirement > for redundancy. RAID 5 with only 2 disks is a failure condition of a 3 > disk array. At that point it's effectively just a striped set. No, because in degraded 3-disk RAID-5 every third access is intended for the failed drive. In order to read that data, you need to read both (all) the other drives and reconstruct it. This can be very slow if you have a large number of drives in the set. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message