Skip to content

Instantly share code, notes, and snippets.

@AviranAbady
Last active September 2, 2021 22:15
Show Gist options
  • Save AviranAbady/1e2ac51e5796e864f492357d57476345 to your computer and use it in GitHub Desktop.
Save AviranAbady/1e2ac51e5796e864f492357d57476345 to your computer and use it in GitHub Desktop.
aws root partition resize
sudo growpart /dev/xvda 1
#resize2fs /dev/xvda1
sudo xfs_growfs -d / # seems to work better
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment