Skip to content

Instantly share code, notes, and snippets.

@akrito
Created August 12, 2009 19:58
Show Gist options
  • Save akrito/166711 to your computer and use it in GitHub Desktop.
Save akrito/166711 to your computer and use it in GitHub Desktop.
parted /dev/sdX
mklabel
# type "gpt" when it asks for "New disk label type?"
mkpart ext4 0 100%
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment