Для определения диска используем команды: sudo fdisk -l, либо blkid, затем вводим: sudo e2fsck -vccky /dev/sdb1 Где: v — Verbose mode. cc — 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 […]