So I ran df -hT
on my AWS EC2 Ubuntu instance to check the disk storage. I get the following response:
Filesystem Type Size Used Avail Use% Mounted on
/dev/root ext4 7.6G 7.0G 671M 92% /
tmpfs tmpfs 7.9G 4.0K 7.9G 1% /dev/shm
tmpfs tmpfs 3.2G 920K 3.2G 1% /run
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/xvda15 vfat 105M 6.1M 99M 6% /boot/efi
tmpfs tmpfs 1.6G 4.0K 1.6G 1% /run/user/1000
I'm trying to understand the difference between /dev/root
and /dev/xvda15
. What's the difference between these two volumes? I was meaning to increase the volume but I realized that although my root is filled, my xvda15 is still empty. Any info shall be appreciated.