Using @dak180’s disk-burnin.sh I am trying to burn in two 16-TB drives on a system running 25.10.1—Goldeye. The hardware is a QNAP TS-464eU with 32 GB of RAM. I am using the command
./disk-burnin-dak180.sh -t -m sdd -l .
Per my log file, the script never gets past the initial SMART offline test:
+-----------------------------------------------------------------------------
+ Started burn-in of /dev/sdc : Thu Jan 15 18:52:43 EST 2026
+-----------------------------------------------------------------------------
Host: qnaptruenas
Drive Model: ST16000NM001G-2KK103
Serial Number: ZL293VLE
Short test duration: 1 minutes
Short test sleep duration: 60 seconds
Conveyance test duration: 2 minutes
Conveyance test sleep duration: 120 seconds
Extended test duration: 1435 minutes
Extended test sleep duration: 86100 seconds
Log file: ./burnin-ST16000NM001G-2KK103-ZL293VLE-20260115-2352+0.log
Bad blocks file: ./burnin-ST16000NM001G-2KK103-ZL293VLE-20260115-2352+0.bb
SCT Error Recovery Control:
Read: 100 (10.0 seconds)
Write: 100 (10.0 seconds)
+-----------------------------------------------------------------------------
+ Run SMART offline test on drive /dev/sdc: Thu Jan 15 18:52:43 EST 2026.
+-----------------------------------------------------------------------------
Offline test started, sleeping 575 seconds until it finishes.
After writing this to the log file the process stops. What might be going wrong?
With the script running in a TMUX shell, I then ran the command again, only on sdd. Is that the cause of the problem, that the script cannot run on two drives concurrently?
Actually, no, that couldn’t be. I have another system, an AOOSTAR R7 running the same version of TrueNAS, with 32 GB of RAM installed. There two concurrently running burn-in scripts are proceeding nicely:
+-----------------------------------------------------------------------------
+ Run badblocks test on drive /dev/sda: Sat Jan 10 22:39:31 EST 2026
+-----------------------------------------------------------------------------
Checking for bad blocks in read-write mode
From block 0 to 3906469887
Testing with pattern 0xaa: done
Reading and comparing: done
Testing with pattern 0x55: done
Reading and comparing: done
Testing with pattern 0xff: done
Reading and comparing: 53.12% done, 117:15:09 elapsed. (0/0/0 errors)
I am puzzled.