Re: How to remove non-existant device
From: John Robinson <hidden>
Date: 2010-09-24 02:18:47
From: John Robinson <hidden>
Date: 2010-09-24 02:18:47
On 23/09/2010 22:54, Neil Brown wrote:
On Thu, 23 Sep 2010 14:16:19 +0100 John Robinson[off-list ref] wrote:quoted
On 23/09/2010 08:30, Benjamin Schieder wrote:
[...]
quoted
quoted
But now I can't remove the sda partitions from the RAID: kblhbe101:~ # mdadm /dev/md0 -r /dev/sda5 mdadm: cannot find /dev/sda5: No such file or directory kblhbe101:~ # mdadm /dev/md0 -r sda5 mdadm: cannot find sda5: No such file or directory What am I doing wrong here? kblhbe101:~ # mdadm --version mdadm - v2.6 - 21 December 2006Try `mdadm /dev/md0 -r missing`.Close. "missing" is only meaningful with --re-add. You really want "-r faileded" or "-r detached"
Bah. I knew it was something like that. Cheers, John.