The excellent [How To] Hard Drive Burn-In Testing shows two ways to run `badblocks`.
The basic way:
And with `-b` to tell `badblocks` to use a specific byte size that's sometimes necessary for disks over 2TB in size:
While that last command is working fine for me, I'd like to know if there is a way to determine...
Determine block size for badblocks
The basic way:
badblocks -ws /dev/ada#
And with `-b` to tell `badblocks` to use a specific byte size that's sometimes necessary for disks over 2TB in size:
badblocks -b 4096 -ws /dev/ada#
While that last command is working fine for me, I'd like to know if there is a way to determine...
Determine block size for badblocks