Last active
October 15, 2024 20:06
-
-
Save mdPlusPlus/30ebddea8d6167b27ef2d07c75e5ebc9 to your computer and use it in GitHub Desktop.
How to check new hard drives with badblocks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
badblocks -b 4096 -p 0 -s -t 0 -v -w DEVICE | |
-b block_size | |
-p num_passes | |
-s Show the progress of the scan | |
-t test_pattern | |
-v Verbose mode | |
-w Use write-mode test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment