-
Modify volume on AWS
-
Type the following command to list our block devices:
lsblk- Type the following command:
sudo growpart /dev/xvda 1- Confirm
lsblk- Resize
sudo resize2fs /dev/xvda1- Done
df -hModify volume on AWS
Type the following command to list our block devices:
lsblksudo growpart /dev/xvda 1lsblksudo resize2fs /dev/xvda1df -h