Skip to content

Instantly share code, notes, and snippets.

@mamedshahmaliyev
Last active October 7, 2021 12:48
Show Gist options
  • Save mamedshahmaliyev/222199aefef0da93cae0bd2eb1b7e82e to your computer and use it in GitHub Desktop.
Save mamedshahmaliyev/222199aefef0da93cae0bd2eb1b7e82e to your computer and use it in GitHub Desktop.
aws extend centos free tier volume
yum install cloud-utils-growpart -y
df -hT
lsblk
sudo growpart /dev/xvda 1
sudo xfs_growfs -d /
partprobe # for system recognition
pvresize /dev/xvda 1
lvextend -r centos/root /dev/xvda1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment