История изменений
Исправление bear, (текущая версия) :
если
dd if=/dev/zero of=/dev/sdaX
e2fsck -c /dev/sdaX
-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.
Исходная версия bear, :
если
dd if=/dev/zero of=/dev/sdaX
e2fsck -c /dev/sdaX
-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.