Yabancı bir siteden alıntı;
Alıntı:
You can force the disk to replace the bad sectors by doing a disk-level
write:
Kod:
dd if=/dev/zero of=/dev/sda1 bs=4k
and then test the disk with
Kod:
smartctl -d ata -t long /dev/sda
If sectors continue to die, the disk is toast.
Jeff
|