I have a main boot drive, plus 4 additional drives on my Fedora 11 machine. Palimpsest Disk Utility says 3 of the (non-boot) drives have bad sectors. How can I go about repairing these sectors? These drives currently have data on them I don't want to lose.

Thanks.

link|improve this question

38% accept rate
Since this is not stricly programming related, this should go to superuser.com. Your question will probably be soon migrated there so you can create an account an follow up over there. – ChristopheD Feb 26 '10 at 7:03
feedback

migrated from stackoverflow.com Feb 26 '10 at 7:07

This question came from our site for professional and enthusiast programmers.

4 Answers

up vote 0 down vote accepted

Palimpsest is well known for erroneous reports, especially due to specific interpretation of S.M.A.R.T. statistics. I suggest you to use other test tools (smartctl for example) before making a final decision about the state of your hard disks.

link|improve this answer
feedback

There is a program called SpinRite that will try to recover as much as possible. From the wikipedia article:

SpinRite tests the data surfaces of read-write magnetic disks including IDE, SATA, USB, floppy, ZIP and others. It analyzes their contents and is claimed to be able to refresh magnetic disk surfaces to allow them to operate more reliably.

link|improve this answer
feedback

If you're using an ext* filesystem, you can use e2fsck -c. See this previous answer.

link|improve this answer
feedback

Take a backup of everything you can as soon as possible, then use the only program I know of that can repair bad sectors - spinrite.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.