Hard disk failure error on SMART status. how can i fix it?

93,368

Solution 1

As I answered a while ago, you can check the SMART status of a disk through Disk Utility... But that's really only a tiny portion of the story.

Your disk is failing a test. Some of the SMART tests aren't too important but you need to check which it is. If it's one of the following, back up, buy another disk, and move everything off and bin the current disk.

  • Read Error Rate
  • Reallocated Sectors Count
  • Spin Retry Count
  • End-to-End error
  • Command Timeout
  • Reallocation Event Count
  • Current Pending Sector Count
  • Uncorrectable Sector Count
  • Soft Read Error Rate

It sounds dramatic but if one of those values is beyond its threshold, your drive has a real possibility of suffering some sort of critical failure in the near future. Acting as soon as possible may save you a sudden and rude interruption when you need the drive in the future and it fails.

Solution 2

This may be a critical situation, so:

  1. Backup your data (and the system as well if you need)
  2. Run an utility to check the hard disk (see below).

Check the disk:

$ su -
# cd /
# touch /forcefsck
# reboot

or

# shutdown -rF now

Graphical Interface

Ubuntu Main Menu -> System -> Administration -> Disk Utility

The application has Disk drives in left pane and Status of the drive in right pane. You can find SMART status also there with its status indicating with Green/Red light indication.

  • Click the SMART Data button below the status, so that you can see the details of the problem
  • Click "Run self-test" button and choose the extended one (in the middle normally).
  • The take a look on the result and come back here in the case.

Solution 3

SMART stands for Self-monitoring analysis and reporting tool. It's a system which monitors your drive and Ubuntu is able to read certain values and thresholds, so it can warn you of imminent hard-drive failure.

You can view SMART data in Ubuntu here:

System > Administration > Disk Utility > (select your hard-drive)

Values which exceed the expected threshold will be shown in red - you could post them back here for more info, but generally you should perform a backup of the whole drive (or at least the files which are relevant to you) to an external drive, a different computer or a cloud-based storage service.

Share:
93,368

Related videos on Youtube

Oli
Author by

Oli

Hi, I'm Oli and I'm a "full-stack" web-dev-op. Eurgh. I'm also allergic to jargon BS. I spend most of my professional time writing Django websites and webapps for SMEs. I write a lot of Python outside of Django sites too. I administer various Linux servers for various tasks. I contribute to the open source projects that I use when I can. I'm a full-time Linux user and that has lead to helping other people live the dream. I am an official Ubuntu Member and I earnt my ♦ on SE's own Ask Ubuntu in 2011's moderator election. That's probably where I spend most of my unpaid time. I also run thepcspy.com which has been my place to write for the last decade or so. If you need to contact me for extended help, you can do so via my website, just remember that I have bills so if I feel your request is above and beyond normal duty, I might ask for remuneration for one-on-one support. For more social contact, you can usually find me (or just my computer) lurking in the Ask Ubuntu General Chat Room and on Freenode in #ubuntu and #ubuntu-uk under the handle Oli or Oli``.

Updated on September 17, 2022

Comments

  • Oli
    Oli over 1 year

    i am running ubuntu on my pc. i am receiving hard disk failure error on SMART status. how can i fix it? thanks.

    • flo
      flo over 13 years
      Please add the exact error message to your question.
    • Nathan Osman
      Nathan Osman over 13 years
      You fix it by replacing the drive.
    • Albert van der Horst
      Albert van der Horst over 6 years
      hey Nathan . Avoid answering questions in comment. Make this one sentence into an answer and it will be voted to the top. You get bonus points for guidance how to replace a disk.
  • Elder Geek
    Elder Geek about 8 years
    If bad sectors are caused by a weakness in the magnetic field, these have a tendency to grow over time. I wouldn't trust that partitioning trick over the long haul but it can indeed buy you some time.
  • iRaS
    iRaS about 6 years
    I got a lot of End-to-End errors caused by a bad power cord. I changed it and want to reset the end-to-end error count just to disable the warning. The data on the device is not that important and I'm aware of the risk...