Skip to content

Instantly share code, notes, and snippets.

@syu5-gh
Created March 19, 2015 05:35
Show Gist options
  • Save syu5-gh/7bc0ad670df71522eda8 to your computer and use it in GitHub Desktop.
Save syu5-gh/7bc0ad670df71522eda8 to your computer and use it in GitHub Desktop.
Zero clear whole unused space.
dd if=/dev/zero of=zero bs=4k; \rm zero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment