Pour faire une recherche et un blacklistage des blocks déféctueux, tu devrais pouvoir utiliser : fsck -c -c device
extrait du manuel de fsck.ext3 :
-c This option causes e2fsck to use badblocks(8) program to do a
read-only scan of the device in order to find any bad blocks.
If any bad blocks are found, they are added to the bad block
inode to prevent them from being allocated to a file or direc-
tory. If this option is specified twice, then the bad block
scan will be done using a non-destructive read-write test.
Par contre, ça peut prendre du temps, et je ne sais pas si le résultat est garanti .... ^_^;
[^] # Re: Peut-être un espoir
Posté par Bastien Mourgues . En réponse au message crash hda. Évalué à 1.
fsck -c -c device
extrait du manuel de fsck.ext3 :
Par contre, ça peut prendre du temps, et je ne sais pas si le résultat est garanti .... ^_^;