From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wols Lists Subject: Re: Inactive arrays Date: Tue, 13 Sep 2016 22:26:13 +0100 Message-ID: <57D86EF5.7080701@youngman.org.uk> References: <57A07345.4040708@youngman.org.uk> <57D72092.20704@youngman.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-raid-owner@vger.kernel.org To: Daniel Sanabria , Chris Murphy Cc: Linux-RAID List-Id: linux-raid.ids On 13/09/16 21:36, Daniel Sanabria wrote: > [root@lamachine ~]# mdadm -D /dev/sd* > mdadm: /dev/sda does not appear to be an md device > mdadm: /dev/sda1 does not appear to be an md device > mdadm: /dev/sda2 does not appear to be an md device > mdadm: /dev/sda3 does not appear to be an md device > mdadm: /dev/sda5 does not appear to be an md device > mdadm: /dev/sda6 does not appear to be an md device > mdadm: /dev/sdb does not appear to be an md device I think that it's been pointed out, but this should be "mdadm -E". "mdadm -E" gets passed physical devices eg /dev/sda, "mdadm -D" gets passed raid devices eg /dev/md127. Confusing, I know ... Cheers, Wol