man badblocks
says:
-n Use non-destructive read-write mode. By default only a non- destructive read-only test is done. This option must not be combined with the -w option, as they are mutually exclusive.
This answer says:
The non-destructive read-write test works by overwriting data, then reading to verify, and then writing the original data back afterwards.
What pattern(s) are used by -n
if none are explicitly specified by -t
?