/dev/sda1
, you can use the following command to perform a non-destructive check for physical failures and then store them in a special inode that the operating system knows to avoid using:~ e2fsck -cc /dev/sda1
You could also use the badblocks command by its self to write a list of bad blocks to a file and read it into e2fsck with the
-l
option later.
No comments:
Post a Comment