From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Wilck Subject: Re: MDADM 3.3 broken? Date: Tue, 19 Nov 2013 21:38:34 +0100 Message-ID: <528BCC4A.5070201@arcor.de> References: <528A7721.8080604@arcor.de> <20131119110110.396b2af3@notabene.brown> 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: "David F." Cc: NeilBrown , linux-raid@vger.kernel.org List-Id: linux-raid.ids The question I have is why is there IMSM meta data on sdc2 at all? IMSM metadata sit at the end of a block device. So I figure that sdc2 is the last partition, and by some wird circumstance it's so large that it includes the last sectors of the physical disk where the metadata resides. That would be a bad idea, a dd if=/dev/zero of=/dev/sdc2 would wipe not only the partition but also the RAID meta data. Martin