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 2023-01-25 11:24:08 UTC by tinfoil-hat
Updated 2023-01-25 11:39:04 UTC by tinfoil-hat