Quota error: new account has space used.

A newly created account has space allocated to it according to the quota reports, or quota reports more space than it should on an existing account. This is most often caused by a 'recycled' user ID that has files assigned to it due to a partial account removal.

A quick check can be done with this:
cd /home
ls |grep user

This should only list one directory, but in most cases that we've seen this happen on new accounts, two directories are listed. One from an old account, and one from the new account.

This check should be done before fixquotas, because it's quick and is more often the case than a quota error.

If the above check and fixquotas still fail to resolve the issue, use the following command:
find /home -user newaccount

Replace newaccount appropriately, and wait. On a server with many accounts, this can take an hour or more to complete. It will find every file in /home owned by the account, whether or not it's in the account's home directory. It also increases the load, so avoid doing so during times when the load is already high.

If you are unsure how to complete these steps, please contact Technical Support and reference this article.

Was this answer helpful?

 Print this Article

Also Read

What is the difference between parked, addon, and subdomains?

An addon domain is a fully functional domain that can be created from your cPanel. Once it's...

What is an addon domain?

An addon domain is a fully functional domain that can be created from within your control panel....

What is a parked domain?

Parked domains are secondary domains that you point to your account. They will display the same...

How do I make sub-domains?

To make a sub-domain, login to your cPanel and click "domain management." Inside of domain...

How do I backup / restore / move from one cPanel host to another?

How do I move my sites from my old host to you guys?If your old host is using cPanel you are in...