HostOnNet Blog

How to Fix Cpanel/WHM quota issues.

Looking for Linux Server Admin or WordPress Expert? We can help.

How to Fix Cpanel/WHM quota issues.

cpanel_whm

Cpanel/WHM sometimes has problems with the user quota files causing all users accounts to have unlimited disk space available or 0 megs of disk space in use.

Login to SSH using as root user. Then run the following command

/scripts/fixquotas

Try to find other files owned by the user.

find -user USER_HERE | more

This will list all files owned by this user that could be affecting the quota reported by Cpanel.

To find all directory, run

find -user USER_HERE -type d

To find all files, run

find -user USER_HERE -type f

About Annie

I've been working in Technical Section for over 10 years in a wide range of tech jobs from Tech Support to Software Testing. I started writing blog for my future reference and useful for all.
Posted in Cpanel Server

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.