Skip to main content

Does my disk space usage look right?

Comments

5 comments

  • 24x7server
    Hello :), Can you please provide us following command output.
    cd / du -sch *
    0
  • akust0m
    Hi @24x7server Thank you for the reply :)
    486M backup (This is a NFS mount from another server) 0 bin 57M boot 0 dev 14M etc 626M home 0 lib 0 lib64 16K lost+found 4.0K media 4.0K mnt 657M opt 0 proc 12K quota.user 4.0K razor-agent.log 2.5M root 51M run 0 sbin 0 scripts 4.0K srv 2.1G swap 0 sys 556K tmp 8.5G usr 1.2G var 14G total
    0
  • 24x7server
    Hello, I think you have created swap partition from your server disk space and due to that it's using 2.1GB disk space. Also your /usr directory is using 8.5GB disk space so check why this directory is using such space.
    cd /usr du -sch * mount cat /etc/fstab
    0
  • akust0m
    Yeah I understand about the swap taking 2GB away. I just wasn't sure how much space my sort of setup should take up. /usr
    194M bin 4.0K etc 4.0K games 35M include 762M lib 566M lib64 56M libexec 3.8G local (the cpanel directory within local is taking up the majority of this space) 44M sbin 4.0K selector 4.0K selector.etc 3.2G share 35M src 0 tmp 527M tmpDSK 9.1G total

    # /etc/fstab: static file system information. # # proc /proc proc defaults 0 0 none /dev/pts devpts mode=0620 0 0 /dev/vda1 / ext3 errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0 0 1 /swap swap swap 0 0 /usr/tmpDSK /tmp ext3 defaults,noauto 0 0 172.22.63.27:/var/nfs-mounts/ws1-cpanel /backup nfs defaults 0 0
    0
  • cPanelMichael
    Hello :) The disk space usage looks normal. The space from cPanel in the /usr partition matches up to the standard post-installation disk space utilization. Thank you.
    0

Please sign in to leave a comment.