On Tuesday April 12, [EMAIL PROTECTED] wrote: > Hi all... > > I have a RAID0 setup on top of three IDE drives. > mdadm monitor sends me mesages with: > > DeviceDisappeared > /dev/md0 > Wrong-Level > > The RAID seems to be working well. Any pointer on what does this > mean ?
From "man mdadm" (if you know where to look) Follow or Monitor Monitor one or more md devices and act on any state changes. This is only meaningful for raid1, 4, 5, 6 or multipath arrays as only these have interesting state. raid0 or linear never have missing, spare, or failed drives, so there is nothing to monitor. You are presumably trying to monitor a raid0 (which isn't meaningful) and mdadm is telling you (in its own idiosyncratic way) that it isn't going to monitor it. NeilBrown - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/