On 2020-06-01 06:58, Justin Noor wrote:
Hi Misc, Has anyone ever filled a 4TB disk with random data and/or zeros with OpenBSD? How long did it take? What did you use (dd, openssl)? Can you share the command that you used? Thank you so much
I've used OpenBSD to overwrite up to 8TB disks. I use a large block size with 'dd' and make sure to use /dev/rsdX (the 'r' makes things much faster).