Last active
August 29, 2015 14:05
-
-
Save inclooder/0e632f77d3a5c7dd0ea7 to your computer and use it in GitHub Desktop.
Filling hard drive with zeros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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