HDD problem

If you know which drive it is, do the following to see what's wrong.
  1. Install sysutils/smartmontools. Assumes you use sysutils/portmaster.
    # portmaster sysutils/smartmontools
  2. Do a long SMART HDD test. (where $drive is device node of your drive)
    # /usr/local/sbin/smartctl -t long /dev/$drive
  3. Wait several hours.
  4. See the result.
    # /usr/local/sbin/smartctl -a /dev/$drive
 
Back
Top