Hi! James Ralston wrote:
Have I completely misunderstood how Linux software RAID is supposed to work? (I certainly hope so, because otherwise, it can't even perform the simplest of recovery operations: replacing a failed mirror component and re-syncing.)
Try # mdadm --fail /dev/md0 /dev/sdc1 # mdadm --remove /dev/md0 /dev/sdc1 # mdadm --zero-superblock /dev/sdc1 # mdadm --add /dev/md0 /dev/sdc1 This works for me. -- MfG / Regards Friedrich Lobenstock ____________________________________________________________________ Friedrich Lobenstock FL226-RIPE Internetservices URL: http://www.fl.priv.at/ Email: fl@fl.priv.at ____________________________________________________________________ - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html