Skip to content

Instantly share code, notes, and snippets.

@mattes
Created March 4, 2020 01:14
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 mattes/8af42a0939d030b0d3ef36ddf7869cb8 to your computer and use it in GitHub Desktop.
Save mattes/8af42a0939d030b0d3ef36ddf7869cb8 to your computer and use it in GitHub Desktop.
# https://cloud.google.com/compute/docs/disks/add-persistent-disk#resize_partitions
sudo growpart /dev/sda 1
sudo resize2fs /dev/sda
sudo resize2fs /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment