Accounts quota showed on Virtualmin

Hi guys

I have some user accounts which show that the quota has been reached and passed (2 GB, 3,2 GB and more) even though the inbox is less much than the quota (1 GB), even the space under /home/DOMAIN/homes/ACCOUNT.

Any advice ?!

Luca

There could be other files somewhere on the filesystem that are owned by that user.

You can use the “find” command to figure out where they are:

find / -user ACCOUNT

mmm I tryed the “find” command before writing this post (founded in an other post here in the forum) but I didn’t find anything … and with more than 2 GB in excess is very strange…

is there any way to recalculate the quota ? or Virtualmin do this automatically ?!

L.

Sure, if you go into Limits and Validation -> Check Disk Quotas, click “Check Now”, and it’ll recalculate the disk quotas.

-Eric