Skip to content

Instantly share code, notes, and snippets.

@gubatron
Last active September 19, 2019 21:37
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 gubatron/233e879ad8b5cc9428b14e54ff277540 to your computer and use it in GitHub Desktop.
Save gubatron/233e879ad8b5cc9428b14e54ff277540 to your computer and use it in GitHub Desktop.
How to resize EBS Volume Disk partition

Root disk

  1. sudo growpart /dev/xvda 1
  2. reboot

Secondary Mounted EBS disks

  1. Modify volume size in AWS dashboard
  2. Resize sudo xfs_growfs -d /dev/xvdf
  3. No need to restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment