|
From: Michael M. <mi...@np...> - 2004-12-22 04:27:52
|
Hi Bruce,
> > > Apparently some drives don't zero out the unreadable/offline-
uncorrectable
> > > sector counts, even after the sectors have been reallocated. You
> > > might be able to get the drive to do this using the '-t offline' test.
> >
> > I've ran this with the following results:
> > 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always
> > - 1
> > 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline
> > - 1
>
> It didn't zero them out. You may have to disable the warning
> messages in /etc/smartd.conf with -C 0 -U 0 .
Ok, this is starting to make more sense. I ran the "-t offline" again, and
then a short offline test, and looking at the following again:
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always
- 1
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline
- 1
I believe the "1" RAW_VALUE is what you mean by the hard drive not zeroing it
out.
I've modified to the following in my /etc/smartd.conf:
/dev/hda -a -C 0 -U 0 -o on -S on -s (S/../.././02|L/../../6/03) -m
ro...@lo...
Which I believe should resolve the unwarranted warnings.
Many thanks for your help.
Michael.
|