New Page

Fill disks with zeroes

dd if=/dev/zero bs=1M of=/dev/sda status=progress

Fill disks with random numbers

dd if=/dev/urandom bs=1M of=/dev/sda status=progress

Revision #2
Created 25 January 2023 11:24:08 by tinfoil-hat
Updated 25 January 2023 11:39:04 by tinfoil-hat