From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keld Simonsen Subject: Re: What RAID type and why? Date: Sun, 7 Mar 2010 09:06:38 +0100 Message-ID: <20100307080638.GA30126@light.rap.dk> References: <5bdc1c8b1003061402n1281b64es9fa597b8bc714bd5@mail.gmail.com> <87f94c371003061433x404a8c2fgcb61f817af6ecb1@mail.gmail.com> <9089562724D84B3C858E337F202FF550@m5> <20100307132113.7e2c95b6@notabene.brown> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Return-path: Content-Disposition: inline In-Reply-To: <20100307132113.7e2c95b6@notabene.brown> Sender: linux-raid-owner@vger.kernel.org To: Neil Brown Cc: Guy Watkins , 'Greg Freemyer' , 'Mark Knecht' , 'Linux-RAID' List-Id: linux-raid.ids On Sun, Mar 07, 2010 at 01:21:13PM +1100, Neil Brown wrote: > On Sat, 06 Mar 2010 18:17:44 -0500 > "Guy Watkins" wrote: > > > } > > } At a minimum I would build a 3-disk raid 6. raid 6 does a lot of i/o > > } which may be a problem. > > > > If he only needs 3 drives I would recommend RAID1. Can still loose 2 drives > > and you don't have the RAID6 I/O overhead. > > > > and as md/raid6 requires at least 4 drives, RAID1 is not just the best > solution to survive two failures on a 3-device array, it is the only solution. Raid10 can also do it. raid1 is in many ways obsolete and you should rather use raid10, which in my eyeys is just another way of doing the same conceptual thing as raid1. Best regards keld