DA shows used 3GB but Hard disk is full...Please help...

evolver

Verified User
Joined
Mar 11, 2006
Messages
44
Hello All ,

My hard disk today is full...

When I was login to DA and I see ;

Used
Disk Space (mb) 3310.8

But When I was type the df -h command in SSH ;

[root@dns1 domains]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hdb2 37G 35G 5.2M 100% /
/dev/hdb1 99M 14M 80M 15% /boot
none 235M 0 235M 0% /dev/shm


What is the problem? Or How can I delete unnecessary files on server :( ?Please help me...

Thank you..
 
In / put :

du -sh *

See what dir is bigger, and make other du -sh * in the directories to find the problem
 
Back
Top