S s3d_pi3r Verified User Joined Jun 29, 2009 Messages 13 Aug 26, 2009 #1 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
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
S s3d_pi3r Verified User Joined Jun 29, 2009 Messages 13 Aug 26, 2009 #3 why? why My Disk Space IS full When My USers used Just 5 gig ?
scsi Verified User Joined Aug 19, 2008 Messages 4,539 Aug 26, 2009 #4 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
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