Selon Bruno F�lix <[EMAIL PROTECTED]>:
> comme �a y est indiqu� ya un moyen pour rem�dier au probl�me:
> e2fsck -c (pour marquer le bad block) suivi de
> e2fsck -cc (pour remapper le disque)
>
d'apr�s la page man d'e2fsck:
-c This option causes e2fsck to run the badblocks(8) program to
find any blocks which are bad on the filesystem, and then marks
them as bad by adding them to the bad block inode. If this
option is specified twice, then the bad block scan will be done
using a non-destructive read-write test.
donc -cc ne semble pas faire le remapage mais �vite plut�t de faire un test
destructif, non?