From aede45b87d937ae05f6e52f1992e583ab4ff10f0 Mon Sep 17 00:00:00 2001 From: hogenf Date: Sat, 9 Oct 2021 17:48:28 +0200 Subject: [PATCH] Update notes on badblocks block size to 8192 --- disk-burnin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-burnin.sh b/disk-burnin.sh index 2efde43..be099be 100755 --- a/disk-burnin.sh +++ b/disk-burnin.sh @@ -119,7 +119,7 @@ NOTES The script extracts the drive model and serial number and forms a log file- name of the form 'burnin-[model]_[serial number].log'. - badblocks is invoked with a block size of 4096, the -wsv options, and the + badblocks is invoked with a block size of 8192, the -wsv options, and the -o option to instruct it to write the list of bad blocks found (if any) to a file named 'burnin-[model]_[serial number].bb'.