Skip to content

Instantly share code, notes, and snippets.

@pollosp
Created May 9, 2016 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pollosp/a8a77c35b5830c617097cda6a1cc9f50 to your computer and use it in GitHub Desktop.
Save pollosp/a8a77c35b5830c617097cda6a1cc9f50 to your computer and use it in GitHub Desktop.
sudo fdisk /dev/xvda << EEOF
d
n
p
1
4096
w
EEOF
sudo partx -u /dev/xvda
sudo resize2fs /dev/xvda1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment