Skip to content

Instantly share code, notes, and snippets.

@bmaupin
Created May 25, 2015 13:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmaupin/ea2379de7ff63098d8f1 to your computer and use it in GitHub Desktop.
Save bmaupin/ea2379de7ff63098d8f1 to your computer and use it in GitHub Desktop.
Create a blank ext4 disk image for testing (2.4 MB)
dd if=/dev/zero of=system_new.img bs=4k count=600
mkfs.ext4 -F system_new.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment