Skip to main content

40 GB hard drive full, only one site

Comments

3 comments

  • mageshm
    @ tank, Try below command to summarize the size of each directory. So that you can identify which directory took too much of space based on that you can move forward. root@testserver [/home/username]# du -h --max-depth=1
    0
  • triantech
    Hello, 40GB is reasonably okay for a VPS with one website. You might check where the disk space is actually consumed. Use this command to find the complete disk consumption : # du -sch /* If you find, for eg, /var reports higher disk usage give the following command # du -sch /var/* ^ which would break-down and show the disk consumed in /var/ folder alone. Likewise check which folder is consuming more disk space.
    0
  • cPanelMichael
    Hello :) Yes, as mentioned in the previous posts, you will need to check to see what's taking up your disk space. The following document might also help: How to Manage your Hard Drive Space Thank you.
    0

Please sign in to leave a comment.