how to check total disk space in linux code example
Example 1: see total space available in shell
df -hx squashfs --total
Example 2: linux check used space in folder
du -h --max-depth=1
Example 3: linux disk usage
#sudo apt-get install ncdu
sudo ncdu -rx /
# -r = read-only
# -x = do not traverse mounts