On 15/10/2013 13:40, peter@steinhoff.se wrote:
On another note, I took the failed drive I replaced in my array
(/dev/sdh) and put it in another machine (win7) and run Western
Digital's diagnosis software and it says the drive is OK.
Another type of drive test you can do is with smartctl:
smartctl -t conveyance /dev/sdX
... typically takes a couple of minutes
smartctl -l selftest /dev/sdX # to monitor progress / completion
smartctl -t long /dev/sdX
... typically takes 6 hours on a 3TB drive
smartctl -l selftest /dev/sdX # to monitor progress / completion
Regards,
Brian.