Disk Space Issue

ActiveDomain.NL

Verified User
Joined
Sep 24, 2003
Messages
30
Location
Rotterdam, the Netherlands
Hello,

One of my reseller just sent me an e-mail his diskspace isn't calculated correctly by DirectAdmin. According to DirectAdmin, his diskusage is: 512.4 / 350

When I check his disk space usage in the shell I get:
[root@da1 paul]# du -h --max-depth=0 .
281M .

and
[root@da1 paul]# quota paul
Disk quotas for user paul (uid 513):
Filesystem blocks quota limit grace files quota limit grace
/dev/hda3 280812 358400 358400 4239 0 0

His mailbox and mysql database are both only a couple of KB's large. Are there other things DirectAdmin is counting as disk space? Or how can I re-calculate diskspace?

Thanks,
Dick.
 
The quotas (at the moment) get updated every 24 hours, you can update them at any time manually running:

echo 'action=reset&value=all' >> /usr/local/directadmin/data/task.queue


Chris
 
Yes, the system quotas should always be correct (realtime), but the disk usage as shown by DirectAdmin is calculated nightly (unless done manually).

John
 
Back
Top