Correct size of / on Linux
Recently I got another vps but found that the size of dir / is smaller than which is introduced and displayed in fdisk -l
Actually it was caused by image packing when create system template
So just need to resize2fs /dev/${your_disk_here}
And it’s done