If I type:
df -h
It shows me 12G used.
But If I use this command:
du -h -x / | sort -hr >> /home/log_size.txt
This will give me:
If I sum /usr + /var + /root, this won't give me about 12G used... So where can I find the other files that are used in the 12G?