New page: In addition to rsync it is sometimes useful to also use '''BadBlocks'' command. Good tutorial is [https://mintguide.org/system/283-how-to-check-and-fix-the-disk-for-errors-and-bad-sect...

New page

In addition to [[rsync]] it is sometimes useful to also use '''BadBlocks'' command. Good tutorial is [https://mintguide.org/system/283-how-to-check-and-fix-the-disk-for-errors-and-bad-sectors-in-linux-mint.html here], and it is fine to execute:

<source lang="bash">
$ sudo badblocks -v -s /dev/sda1 > badblocks.log
$ sudo e2fsck -l badblocks.log /dev/sda1
</source>