03-09-2022, 10:50 AM
Looks like you need to check it directory by directory
cd /
sudo du -hsx ./* | sort -h
change to the directory which is unexpected large/big and repeat the "sudo du -hsx ./* | sort -h" command
cd /
sudo du -hsx ./* | sort -h
change to the directory which is unexpected large/big and repeat the "sudo du -hsx ./* | sort -h" command