HELP! - disk usage on partition is running low

alexismya2

Verified User
Joined
Aug 13, 2008
Messages
72
Hello. I use direct admin and when I do a back up of my website it is under 2 GB. I have 80 GB on my server. Direct Admin just sent me a message saying that The disk usage for one or more of your partitions are running low. How can this be? What could be wrong and how can I correct it?
 
sorry, don't understand. The hosting company said I need to get into SSH to delete the transistion or dump log files, could be what is using up space. Does anyone know how to do this?
 
Log into your server via ssh and post the output of these two commands (you may need to be root, or use sudo)

# uname -a
# df -h
 
Last edited:
All of it please. You can mask any info that might uniquely identify your server such as hostnames and IPs
 
uname is Linux

File system
/dev/sda2 size 72G Used 67G Avail 1.3 G Use 99% Mounted on /

/dev/sda1 size 487M Used 18M Avail 444M Use 4% Mounted on /boot


/dev/shm size 506M Used 0 Avail 506M Use 0% Mounted on /dev/shm
 
Ok, that's confirmed that you are -quite- close to filling up that 80GB, now to find out where most of your storage is being used up. Paste the output of;

# cd / && du -sk * |sort -n

Note: it might take a few minutes to gather the info
 
Home 68041600
usr 1179208
proc 978523
var 774360
lib 116168
etc 20488
And others with less use
 
Why have I used up all my space if my website is under 2 G? By the way, thanks for your help
 
Are you saying that you only expect your server to have used up 2GB?
You only have 1.3GB available on the server so if the backup of your website is anywhere near this amount then this is the reason you cannot backup. Your /home/ is taking up most of the space (64GB) so i would advise that you perform the same du command i mentioned inside /home to see which user is taking up the most hard disk space.
 
Ok. I need your help deperately now then. I don't see this anywhere in direct admin. Our backup folder in DA says 1.6G. So where is this folder that has the 60G? And where do I go in Direct Admin to stop the automatic backups that must be occurring?
 
Back
Top