M BUZZ CRAZE NEWS
// news

What does "Disk is OK, one attribute failed in the past" mean?

By Daniel Rodriguez

I have installed new Seagate hard disk to my old system and installed Ubuntu 14.04. I checked disk status using gksudo gnome-disks and resulted in Disk is OK, one attribute failed in the past. I did not get any proper links for this message. Can someone tell what does it mean ?

2 Answers

From here it says:

You're reading the SMART data. Disk is ok means no bad sectors. One issue in the past is usually an overtemp and it's no big deal.

So run sudo smartctl -a /dev/sdX, where X is your device letter which I think should be a, so that would be /dev/sda. Look through that to see if any issues had occurred that is worth noting, but I doubt.

1

Worth checking the listings in the SMART Data & Self-Tests (Disks or Disk Utility software) for the 'Power-On Hours' just to be sure it is new. I was once sent a supposedly new drive that had already clocked up a couple of months.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy