What might cause an increase in offline uncorrectable and pending sectors counts on an *idle* drive

hard drivesmart

I have a Western Digital Elements Desktop USB-connected hard drive. Basically, it's a glorified package for a WD30EZRX drive. I use it to hold system backups (old now, at that), so there's nothing critical on it. I could probably wipe it and throw it away right now and not miss anything.

A few months ago, I effectively replaced the above-mentioned drive with a different one, but I've been keeping this old one (partly in case I need to refer to an older revision of some file, partly because I intended to convert it to an off-site backups drive). It has been connected and powered up, but unused; the file system has not been mounted, so the only activity it should have seen is a partition table scan on boot and possibly ZFS looking its way a few times to see if there's any partition on it that's part of a pool.

Also, about a month ago, I set up smartd for monitoring the health of the various disks connected to my system. It immediately screamed bloody murder about this drive reporting a pending (unreadable) sectors count of 5. Knowing that by themselves, pending sectors are managable, I kept the drive connected but unused.

This afternoon, the email report from smartd suddenly indicates that there are 6 pending sectors, as well as 1 offline uncorrectable sector (this is new).

Here's the weird part: the most recent reboot, and thus when the drive should have seen any activity most recently, was almost four days ago.

The drive logically holds a single partition spanning the entire disk, which houses a LUKS container that has not been started in the period since I set up smartd for monitoring the drive's health. It has never been part of any RAID array or similar on any level (drive, partition, LUKS container, contained file system).

Checking with smartctl --all the drive reports that no self-test has been logged. That also confirms the pending sectors count of 6 as well as the offline uncorrectable count of 1.

What might have caused the increase in the pending sectors and offline uncorrectable sectors count when the drive should not even have seen any activity?

Note: I am not asking whether I should keep using this drive. It's obviously becoming unreliable at this point, and will be retired; I've suffered from data loss through hard drive crashes too many times to take any real chances with my data.

Best Answer

Modern hard drives spend their idle time quietly doing the following:

  • Scrubbing (scanning) for failed or failing sectors

  • Re-writing weak sectors to "strengthen" them

http://www.wdc.com/wdproducts/library/other/2579-850105.pdf

That's how your counts went up during idle time ;-)

Related Question