İşlem uzun sürebilir, tüm sektörler taranıyor çünkü.
mint[member=37]mint[/member] ~ $ sudo fsck -pcfv /dev/sda1fsck from util-linux 2.20.1/dev/sda1 is in use.e2fsck: Cannot continue, aborting.mint[member=37]mint[/member] ~ $ sudo badblocks -v /dev/sda1 > bozuk-blok-sonucChecking blocks 0 to 485315429Checking for bad blocks (read-only test): done Pass completed, 180 bad blocks found. (180/0/0 errors)mint[member=37]mint[/member] ~ $ sudo fsck -t ext4 -l bozuk-blok-sonuc /dev/sda1fsck from util-linux 2.20.1Usage: fsck.ext4 [-panyrcdfvtDFV] [-b superblock] [-B blocksize] [-I inode_buffer_blocks] [-P process_inode_size] [-l|-L bad_blocks_file] [-C fd] [-j external_journal] [-E extended-options] deviceEmergency help: -p Automatic repair (no questions) -n Make no changes to the filesystem -y Assume "yes" to all questions -c Check for bad blocks and add them to the badblock list -f Force checking even if filesystem is marked clean -v Be verbose -b superblock Use alternative superblock -B blocksize Force blocksize when looking for superblock -j external_journal Set location of the external journal -l bad_blocks_file Add to badblocks list -L bad_blocks_file Set badblocks list
sudo fsck -t ext4 -l bozuk-blok-sonuc /dev/sda1
Sonraki aşama bozuk kısımları diske yazdırıp, buralara veri yazılıp okunmasını engellemek olacaktır.Kod: [Seç]sudo fsck -t ext4 -l bozuk-blok-sonuc /dev/sda1