Skip to main content

Improper Disk Usage

Comments

5 comments

  • cPanelMichael
    Hello, First, run the following command to fix any common issues with quotas on this server:
    /scripts/fixquotas
    Then, check to verify quotas are enabled for the partition this account is stored on. EX:
    mount cat /etc/fstab
    Do you see usrquota enabled for the partition? Thank you.
    0
  • The CodeBlaster
    I am also facing the same issue. All Cpanel Accounts shows : Disk Space Usage NA / ? i also tried commands suggested in forum but every time failed.
    0
  • cPanelMichael
    i also tried commands suggested in forum but every time failed.

    Hello, Check to verify quotas are enabled for the partition this account is stored on. EX:
    mount cat /etc/fstab
    Do you see usrquota enabled for the partition? Thank you.
    0
  • The CodeBlaster
    I'm new on server administration. Recently I purchased a new VPS but when I add a new user/Cpanel, it always shows unlimited disk quota. I have tried many times to enable quota but failed every time. My server is CENTOS 6.9 virtuozzo
      ]
    • Login to server via ssh
    • Switch to root user sudo su -
    • Edit /etc/fstab: sudo nano /etc/fstab
    It shows me following entries in file: none /dev/pts devpts rw,gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 I've added a new entry: /dev/mydevicename /home ext3 defaults,usrquota,grpquota 1 2
      ]
    • Save and exit to terminal
    • Now run mount -o remount /home command but it return mount: /home not mounted already, or bad option
    I tried a different mount point with name hbhome then it return: mount: mount point /hbhome does not exist Also I tried default mount point / and run mount -o remount / but it returns: Permission denied At this point I am clueless to how to achieve it. I also googled many times for the same issue but I didn't find anything which can resolve the issue. Can someone tell me how to resolve this?
    0
  • cPanelMichael
    My server is CENTOS 6.9 virtuozzo

    You may need to contact your VPS hosting provider to have them ensure quotas are enabled per the steps referenced on the following document: Enable Quotas on a Virtuozzo VPS - Documentation - cPanel Documentation Thank you.
    0

Please sign in to leave a comment.