Disk space is So full

s3d_pi3r

Verified User
Joined
Jun 29, 2009
Messages
13
My Server Hdd IS :
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 430G 380G 26G 94% /
tmpfs 4.0G 0 4.0G 0% /dev/shm
tmpfs 4.0G 56K 4.0G 1% /tmp


It's Very Unnormal because my users just used
Disk Space (MB) 5777.1

Pleas Help me
 
You would have to look.

Run these commands it will show you what folders are using the most space:

Code:
du -h / | grep '^.*[0-9]G' | sort -n

Code:
du -h / | grep '^.*[0-9]M' | sort -n
 
Back
Top