With badblocks you can check the surface from the partition in Linux and
detect defects.
badblocks -o bad.txt /dev/
-o creates a file with the bad blocks found.
-b with the block size as its argument, only needed if fsck can not
determine the block si...
With badblocks you can check the surface from the partition in Linux and
detect defects.
badblocks -o bad.txt /dev/
-o creates a file with the bad blocks found.
-b with the block size as its argument, only needed if fsck can not
determine the block si...
[ more ]