Solved Where did all my space go?!

LawsHosting

Verified User
Joined
Sep 13, 2008
Messages
2,404
Location
London UK
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 350G 350G 860M 100% /

du -shc /* | sort -rh
60G total
42G /home
8.9G /var
7.8G /usr
1.6G /backup
357M /root
38M /lib
17M /etc
8.1M /bin
5.1M /sbin
1.4M /tmp
228K /run
24K /scripts
4.0K /webmin-setup.out
4.0K /tmpmysql
4.0K /srv
4.0K /razor-agent.log
4.0K /opt
4.0K /mnt
4.0K /media
4.0K /lost+found
4.0K /lib64
4.0K /boot

Wait, what?
 
Last edited:
Ok, as it is an OpenVZ container, the quota file was broken...... Had a hard time stopping it to fix the quotas, but got there in the end,*phew*
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 350G 60G 291G 18% /

It was up for over 700 days..... So, erm, no wonder!
 
Oh oeps... didn't know that could happen, but that indeed explains it.
Kind of amazing in the beginning. :)
 
Back
Top