HDD burn-in testing, or how i learned to fail fast and love the RMA

You can use openssl to generate incompressible (effectively random) data much faster than /dev/urandom:

openssl enc -rc4 -nosalt -pass pass:"$(dd if=/dev/urandom bs=1k count=1 2>/dev/null|base64)" </dev/zero

4 Likes