Resize EBS volume is AWS
sudo file -s /dev/nvme0n1
-> xfs
sudo lsblk
if the file system is mounted directly to the EBS volume, then we can use the command below
sudo xfs_growfs -d /your-folder-path
df -hT
sudo lsblk
----------
Can not resize down the EBS volume
Before making changes, please take a snapshot
Comments
Post a Comment