Skip to content

Instantly share code, notes, and snippets.

@Ham5ter
Last active July 26, 2016 12:15
Show Gist options
  • Save Ham5ter/6951f1d314377f3b728f0bb8f881efc8 to your computer and use it in GitHub Desktop.
Save Ham5ter/6951f1d314377f3b728f0bb8f881efc8 to your computer and use it in GitHub Desktop.
This
#!/bin/bash
# Zero out all the remaining Space of a Virtual Machines Filesystem for Image Creation
dd if=/dev/zero of=/EMPTY bs=1M
sync
rm -f /EMPTY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment