Ant <(E-Mail Removed)> wrote:
>> >> I can't see anything seriously wrong with the drive in
>> >> that report, apart from spin-up retries. Can you take it
>> >> out of the enclosure and put it directly inside your machine?
>> > That would be the next thing yes.
>> But he is significantly disabled, so it may not be that easy for him to do.
> That's correct.
Yes, I know. Still, it is the next thing to do, other things are
not likely to help at this time. "Easy" was not stipulated.
>> And will void the warranty if its still in warranty too.
> I have had both the enclosure and HDD for about five years. I am sure
> their warranties expired already.
> Abnyways, see http://pastie.org/4436298 for new reports of a sector
> problem found.
Indeed. One pending sector, likely at LBA 177892014. I would
also think it is not the original problem, since then the pending
secot should have shown earlier. They show up whenever a read
fails permanently.
To fix the pending sector, overwriting it is enough. Doing that
is a bit tricky, especially if you do not want to damage more data
than needed. What I use for these kinds of fixes is dd_rescue under
Linux. Thus would go something like this (assuming the Linux is,
e.g. a Knoppix USB-stick with dd_rescue added, and the sidk is sda):
1. Verify the sector is unreadable to make sure addressing, etc.
is right:
dd_rescue -s 177892014b -S 0 -m 1b /dev/sda /dev/null
This should give between 1 and 8 read errors (8, because
of 4k block-wise reads by the driver.
2. Overwtite
dd_rescue -s 0 -S 177892014b -m 1b /dev/zero /dev/sda
An alternative is a disk-editor that can deal with defective
sectors. Or putting a small partition over the area and filling it up.
Verification of the fix is by running a long SMART selftest.
Arno
--
Arno Wagner, Dr. sc. techn., Dipl. Inform., CISSP -- Email:
(E-Mail Removed)
GnuPG: ID: 1E25338F FP: 0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F
----
Cuddly UI's are the manifestation of wishful thinking. -- Dylan Evans