| BADBLOCKS(8) System Manager's Manual BADBLOCKS(8)
| […]
| -v Verbose mode. Will write the number of read errors,
| write errors and data- corruptions to stderr.
| […]
| E2fsprogs version 1.42.5 July 2012 BADBLOCKS(8)
Die Ausgabe legt die Vermutung nahe, dass
| -X Internal flag only to be used by e2fsck(8) and mke2fs(8).
| It bypasses the exclusive mode in-use device safety check.
“-v” impliziert, denn
| -b block-size
| Specify the size of blocks in bytes. The default is 1024.
| […]
| -s Show the progress of the scan by writing out rough
| percentage completion of the current badblocks pass over
| the disk. Note that badblocks may do multiple test
| passes over the disk, in particular if the -p or -w option
| is requested by the user.
sind dafür anscheinend nicht zuständig.
Das könntest Du durch Umleitung von stderr nach /dev/null testen.
Mit Sicherheit lässt es sich aber nur durch Quelltextanalyse sagen.
HTH