Check hard drive status – smartctl linux tool
Query the disk’s health status, run disk self-tests, examine the disk’s self-test log (results of the last 21 self-tests) and examine the disk’s ATA error log (details of the last five disk errors).
#smartctl -q errorsonly -H -l selftest -l error /dev/hdc
Category: Linux Administration
