From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wols Lists Subject: Re: Raid 6 recovery Date: Thu, 2 Nov 2017 23:47:33 +0000 Message-ID: <59FBAE95.6010206@youngman.org.uk> References: <59F8A47E.2000405@youngman.org.uk> <1f997b50-f271-a238-2d7e-1684a0c64e66@safeandsoundit.co.uk> <59F8BCE9.1070607@youngman.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <59F8BCE9.1070607@youngman.org.uk> Sender: linux-raid-owner@vger.kernel.org To: John Crisp , linux-raid@vger.kernel.org, Phil Turmel , NeilBrown List-Id: linux-raid.ids On 31/10/17 18:11, Wols Lists wrote: > It's possible - I wouldn't know - that the existence of the MBR stops > mdadm looking for a superblock that applies to the whole drive, which > could explain why those drives have disappeared. Just been digging in the code - function check_raid - I think if you pass a drive to mdadm it checks the drive for a superblock, and doesn't look for whether a partition table exists. So I think that's that explanation blown out the water ... :-( Cheers, Wol