Wrong Disk Usage Listed

MagnuM

Verified User
Joined
Oct 24, 2003
Messages
102
Location
Romania
Hello, I have just saw that Total Disk Usage is wrong listed in the Statistics of each domain, and in the users list in the Admin Panel, actually they are very low copared with the real one values.

Check the image below please ...

What should I run to resolve the problem?
 

Attachments

  • da.jpg
    da.jpg
    33.1 KB · Views: 467
Last edited:
I have the same problem. I ran through the instructions you provided on that page and I'm getting an error on this command:

Command:
# /usr/sbin/repquota quota_partition

Returned Errors:
repquota: Can't stat() given mountpoint quota_partition: No such file or directory
Skipping...
repquota: No correct mountpoint specified.
repquota: Can't initialize mountpoint scan.

This is after running:
# /sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;

Which now appears to be running as it should (first time it didn't).

I'm doing this on CentOS. Latest DA.

Any idea what might be wrong?
 
jw00dy said:
I have the same problem. I ran through the instructions you provided on that page and I'm getting an error on this command:

Command:
# /usr/sbin/repquota quota_partition

Returned Errors:
repquota: Can't stat() given mountpoint quota_partition: No such file or directory
Skipping...
repquota: No correct mountpoint specified.
repquota: Can't initialize mountpoint scan.

This is after running:
# /sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;

Which now appears to be running as it should (first time it didn't).

I'm doing this on CentOS. Latest DA.

Any idea what might be wrong?

The same here
 
In the command:
Code:
/usr/sbin/repquota [b]quota_partition[/b]
Did you replace the bold with the partition your trying to get the quota report from?

For example:
Code:
/usr/sbin/repquota /home
 
DirectAdmin Support said:
Ensure the "quota_partition" is set correctly in the directadmin.conf

John
I also don't have anything in my directadmin.conf about quota's, let alone quote_partition ???

I'm thinking this might be the problem to my post above, though I don't know for sure.

Anyone?
 
jmstacey said:
In the command:
Code:
/usr/sbin/repquota [b]quota_partition[/b]
Did you replace the bold with the partition your trying to get the quota report from?

For example:
Code:
/usr/sbin/repquota /home
Ha, that's pretty funny. uh... the answer to the question... uh, who's asking :D

NO... I'll try again.
 
he he... Thanks jmstacey, that worked!

Now just to get DA to show the correct info as well.

I'll wait for the task.queue to finish before ruling that it didn't work though, and since I don't know when it will be done, it can wait until morning.

Thanks again.
 
jmstacey said:
In the command:
Code:
/usr/sbin/repquota [b]quota_partition[/b]
Did you replace the bold with the partition your trying to get the quota report from?

For example:
Code:
/usr/sbin/repquota /home
yes

this is the answer
repquota: Mountpoint (or device) /home not found.
repquota: Not all specified mountpoints are using quota.
 
jw00dy said:
Have you ran this yet?

/sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
yes this
is the answer

quotacheck: Scanning /dev/sda2 [/] done
quotacheck: Checked 7226 directories and 87882 files
 
I wonder if this is the same problem or another: it seems that my quota are ok, but when added up in DA it doesn't sum up right. See screenshot.
In the upper row it shows the right amount used, but in the overview it adds up to a completely diff. amount.
 

Attachments

  • screenshot_1.png
    screenshot_1.png
    23.9 KB · Views: 339
Thanks for your quick reply, but I saw that thread already. I have / in my DA conf file and the repquota is showing the right amount. And as you can see in the screenshot, in the upper part the amount is also correct.
It's just that when DA adds those two domains up it shown only 1.23megabytes.
 
Back
Top