I'm running badblocks to check for bad segments on an external drive, and it's been about an hour and it has not yet finished. Now, I need to go and consider cancelling. Is this somehow risky? Should I avoid this?
Clearly, I will need to start again from scratch; I just want to know if this is somehow risky to abort midway.
e2fsck -cc
? From man page: "If any bad blocks are found, they are added to the bad block inode to prevent them from being allocated to a file or directory." and "If this option is specified twice, then the bad block scan will be done using a non-destructive read-write test." – lumbric Jun 24 '18 at 19:03