How to check Disk Space in linux Server?
Run Following command to check disk space in server
df -h
How to check Disk List in linux Server?
Run Following command to check disk list in server
lsblk
How to Increase disk space in linux Server?
Run Following command to Increase disk space
growpart /dev/xvda 1
How to Resize Disk Partition space in linux Server?
Run Following command to disk resize partition
resize2fs /dev/xvda1
To check disk space in specific folder by files wise
du -h /mnt