What to do if Disk Utility shows bad sectors pending in SMART?

49,773

Solution 1

At this point in time I wouldn't. Hard Drive manufacturers, normally pack spare sectors in the drive just for situations like this. Keep an eye on it, and always have a backup of your data handy. Also I would suggest that you run the manufacturers diagnostic tool, and that can be acquired form the drive manufacturers website. Once you do that, and it gives you an error code, and providing htat the drive is still under warranty, then call the manufacturer,and get it replaced.

Important note to keep: Disks that start with 1 bad sector, will probably get worse. I can't stress enough the importance of a backup.

Solution 2

Be worried when "pending" bad sectors start showing up in SMART

Modern drives handle "simple" bad sectors automatically and transparently, by remapping them to one of the spare sectors allocated for this purpose without getting SMART's CURRENT_PENDING_SECTOR involved.

Once you see that value go above zero, it usually means one of two things:

  • The drive has (or will soon) run out of the spare sectors, leaving the "bad sector" marked as unusable
  • The bad sector was not "simple", and could not be read/corrected in the first place even if there were plenty of spare sectors left.

Either of those are not good for the future of your drive. You can check the exact errors by looking at the drive's internal log with smartmontools; use smartctl -l xerror /dev/sdN to get the extended error log (or -l error for the standard log).

If under warranty, and you have a spare drive/space to back the data up to, I would consider having this drive replaced ASAP.

Solution 3

Way to give your HDD some more life

One thing I looked into a lot on the net and found out myself, is what to do when you start getting some "bad sectors", a problem I came across with my HDD which recently caused boot failure just out of nowhere and received the "treatment" I explain.

1.Backup your data

2.Try to give your HDD an orientation. I mean, tell ALL its little magnetic parts (sorry I am not an engineer) to have the same polarity (seems they get a little crazy after some overwrites...) Best and easiest way to do that is by a zerofill, which makes your entire disk like 000000000000..., but there are also some Windows apps like DRevitalize that do pretty much something like that in not so uniform a way (and without losing data supposingly-never tried it to be honest)

You can do a zerofill by a slow format (device, not just partition) in Ubuntu's Disks GUI, or through your terminal, using the "shred" command: sudo shred -n 0 -v -z /dev/sdX (where sdX the disk you want to erase) and probably in a million other ways, I don't think it matters that much how you do it.

I tried a 2-pass zerofill on a disk with 250 bad sectors and 75 more "pending". It eliminated the "pending" sectors somehow and significantly improved access times for some 2500 more sectors, from "<500ms" to "<150ms" (surface test with HDDScan). I guess some of those would soon become "bad" and remains to see if I can expect a time gain of days, weeks or more...

Share:
49,773

Related videos on Youtube

dswhite85
Author by

dswhite85

Updated on September 18, 2022

Comments

  • dswhite85
    dswhite85 over 1 year

    I have 12.04 32bit installed on my hard drive. Ubuntu is the only OS. I recently installed it after getting rid of Windows 7. When I run Disk Utility under SMART Status it says "disk has a few bad sectors", so I clicked on View SMART data and run self tests. I run the extended SMART self-test and it only takes 5-10 seconds for it to stop and reads Self-Tests: FAILED (Read), Bad Sectors: 1 bad sector, Overall Disk Assessment: Disk has a few bad sectors.

    enter image description here

    Is this something I should be worried about?

    • Bucic
      Bucic over 11 years
      Why no one is raising the issue of false positives in linux SMART tools? Out of 5 disks I've tested (in Ubuntu's udisks as well as in PArted Magic Gsmartcontrol) all of them (including one fresh from store) failed the tests with multiple parameters! As it is with linux it may be the fault of common underlying library used by multiple GUI tools (smartctl?). I'd strongly advise using Windows tools to verify the results. I haven't investigated it further but I think it is worth a warning.
  • Ansu
    Ansu over 6 years
    Hello. I'd like to ask: What were the long-term results of this, as it has been three years since, now?
  • Giorgos_tph
    Giorgos_tph over 6 years
    @Llamageddon, thanks for your comment, it really reminded me to follow-up on the subject. Well, in this particular HDD's case, it worked well for 6-7 months or so, then it became just a backup disk with very little use and still works normally. So I guess it actually helped quite a bit, even though I can't be sure the disk would fail if I hadn't done a zerofill. Since I can't see any drawbacks in the procedure, apart from the time it takes, I tend to use it from time to time with other old HDDs