Skip to main content

Running Out of Space on Root Partition

Comments

6 comments

  • cPanelMichael
    Hello, It looks like the links were removed due to the use of a third-party image hosting URL. Can you attach the image directly to this thread, or post the output in CODE tags? Thanks!
    0
  • Ishware
    Blargh. You'd think imgur would be acceptable. Thank you for letting me know. 51495 51499
    0
  • Ishware
    And actually" here's from tonight: 51503 51507 I don't know if there's an error, or a lack of Linux knowledge - it seems the weirdest thing to me is that I don't thing `/` is only 47GB in size. Also, for the message from WHM - I got four emails - Two at 3:15am with DISKWARN for `/` and `/var/tmp`, and two for the same with DISKCRITICAL. Each pair showed similar but different "Used" - the other pair had ~41GB used; all four show same "Total". If it helps, I host with SoYouStart, one of the OVH companies, although unlike Kimsufi, at least I could install CloudLinux+CageFS. Thank you again :)
    0
  • Infopro
    Blargh. You'd think imgur would be acceptable.

    Attaching images directly to your posts ensures the context of your posts remains intact and ad free.
    0
  • Ishware
    Didn't mean to sound that complain-y. It's a good point and good policy. :)
    0
  • cPanelMichael
    Hello, The first step is to determine what's taking up the disk space on the system. We offer a document on how to do this at: How to Manage your Hard Drive Space - cPanel Knowledge Base - cPanel Documentation Also, ensure to review your available disk inodes as well. EX: df -i
    If the inode usage is high, here's a command to verify where the inode usage is coming from: find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
    Thank you.
    0

Please sign in to leave a comment.