Skip to main content

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