mirror of
https://github.com/Spearfoot/disk-burnin-and-testing.git
synced 2025-12-05 23:53:31 +00:00
Increased memory buffers from 4096 to 8192
This commit is contained in:
@@ -559,7 +559,7 @@ run_smart_test() {
|
|||||||
run_badblocks_test() {
|
run_badblocks_test() {
|
||||||
log_header "Running badblocks test"
|
log_header "Running badblocks test"
|
||||||
if [ "${DISK_TYPE}" != "SSD" ]; then
|
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
|
else
|
||||||
log_info "SKIPPED: badblocks for ${DISK_TYPE} device"
|
log_info "SKIPPED: badblocks for ${DISK_TYPE} device"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user