Skip to content

Instantly share code, notes, and snippets.

@tstrohmeier
Last active June 30, 2023 11:57
Show Gist options
  • Save tstrohmeier/589cecbff9b9af4b75f2f3e872be14b2 to your computer and use it in GitHub Desktop.
Save tstrohmeier/589cecbff9b9af4b75f2f3e872be14b2 to your computer and use it in GitHub Desktop.
Resize Ubuntu disk on EC2 after changing EBS volume size
#https://askubuntu.com/questions/24027/how-can-i-resize-an-ext-root-partition-at-runtime
growpart /dev/xvda 1 # Grows the partition; note the space
resize2fs /dev/xvda1 # Grows the filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment