diff --git a/disk-burnin.sh b/disk-burnin.sh index 0c49291..2efde43 100755 --- a/disk-burnin.sh +++ b/disk-burnin.sh @@ -559,7 +559,7 @@ run_smart_test() { run_badblocks_test() { log_header "Running badblocks test" if [ "${DISK_TYPE}" != "SSD" ]; then - dry_run_wrapper "badblocks -b 4096 -wsv -e ${BB_E_ARG} -o \"${BB_File}\" \"${DRIVE}\"" + dry_run_wrapper "badblocks -b 8192 -wsv -e ${BB_E_ARG} -o \"${BB_File}\" \"${DRIVE}\"" else log_info "SKIPPED: badblocks for ${DISK_TYPE} device" fi