From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Hoeppner Subject: Re: Array created by mdadm 3.2 & 3.3 have different array size, why? Date: Wed, 26 Mar 2014 16:14:47 -0500 Message-ID: <53334347.4050108@hardwarefreak.com> References: Reply-To: stan@hardwarefreak.com 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: Tide , linux-raid@vger.kernel.org List-Id: linux-raid.ids On 3/26/2014 3:00 PM, Tide wrote: ... > ================= > Array 2 (RAID 6): > ================= > # mdadm --examine /dev/sdb1 ... > Raid Level : raid6 > Raid Devices : 5 ... > Bad Block Log : 512 entries available at offset 72 sectors The RAID6 array has sectors on each drive reserved for bad block reassignment. The RAID5 array does not. This is the answer to your mystery. Cheers, Stan