From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phillip Susi Subject: Re: What's the typical RAID10 setup? Date: Mon, 31 Jan 2011 14:37:58 -0500 Message-ID: <4D470F96.40409@cfl.rr.com> References: <20110131152151.GD7861@cthulhu.home.robinhill.me.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Denis Cc: Roberto Spadim , Linux-RAID List-Id: linux-raid.ids On 1/31/2011 1:35 PM, Denis wrote: > Roberto, to quite understend how better a raid 10 is over raid 01 you > need to take down into a mathematical level: Raid 10 is not raid 1+0. Raid 10 defaults to having 2 duplicate copies, and so can withstand the failure of exactly one disk. If two disks fail, it does not matter which two they are, the array has failed. You can increase it to 3 copies so you can build an array of any size ( 4, 6, 8, whatever ) that can withstand exactly 2 failed disks, in any combination.