Created
May 9, 2016 15:17
-
-
Save pollosp/a8a77c35b5830c617097cda6a1cc9f50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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