Specifically, what might "A Fail event had been detected on md device /dev/md2." ramify?

(in an email from Plesk control panel's "Logwatch" BTW)

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

/dev/md* are raid devices. a fail event usually indicates that one of the hard drives on the raid array is dead/going to die. contact your hosting provider about this error, they may have to replace a defective disk.

link|improve this answer
feedback

As omry said, that's raid device. It can be mounted directly, or shielded by LVM.

In typical case you can work uninterrupted after getting the error mentioned, but your drive is not mirrored anymore.

Take a look at /proc/mdstat if you have access to this file, you may find more details there.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.