Skip to content

Instantly share code, notes, and snippets.

@inclooder
Last active August 29, 2015 14:05
Show Gist options
  • Save inclooder/0e632f77d3a5c7dd0ea7 to your computer and use it in GitHub Desktop.
Save inclooder/0e632f77d3a5c7dd0ea7 to your computer and use it in GitHub Desktop.
Filling hard drive with zeros
dd if=/dev/zero bs=10M | pv --size 320072933376 | dd of=/dev/sda bs=10M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment