Skip to content

Instantly share code, notes, and snippets.

@wrannaman
Created December 20, 2019 00:41
Show Gist options
  • Save wrannaman/85f4c0ea66041df42ec9630f331a0300 to your computer and use it in GitHub Desktop.
Save wrannaman/85f4c0ea66041df42ec9630f331a0300 to your computer and use it in GitHub Desktop.
resize disk on GCP compute engine
DISKNUMBER=1
sudo growpart /dev/sda $DISKNUMBER
sudo resize2fs /dev/sda$DISKNUMBER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment