Resizing an Amazon EBS Volume
1. EBS Volume Size Adjustment
2. Linux File System Expansion
2-1. Connect to the Instance and Check the File System
[root@scouter ~]# df -alh
Filesystem Size Used Avail Use% Mounted on
/dev/nvme1n1 20G 20G 880M 96% /home/appuser/scouter
binfmt_misc 0 0 0 - /proc/sys/fs/binfmt_misc2-2. Use the xfs_growfs Command to Expand the File System on the Volume
2-3. Check the File System Size Again
Last updated