Disk usage reporrting higher than should be

donkeyKICK

Verified User
Joined
Jul 24, 2007
Messages
422
Please help me understand

I have run this:
cd /usr/local/directadmin
echo "action=tally&value=nightowlpc&type=user" >> data/task.queue
./dataskq d800

and got back:
dataskq: command: action=tally&value=nightowlpc&type=user
Tally User nightowlpc Begin
/var/spool/mail/nightowlpc is 0 : total: 0
/home/nightowlpc/Maildir is 181321728 : realtotal: 181321728
/home/nightowlpc/imap is 15364464640 : realtotal: 15545786368
/home/nightowlpc/.spamassassin/spam is 0 : total: 0 realtotal: 15545786368
/home/nightowlpc/.spamassassin/user_spam is 0 : total: 0 realtotal: 15545786368
/var/spool/virtual/nightowlpc.com is 0 : total: 0 realtotal: 15545786368
Majordomo usage for /etc/virtual/nightowlpc.com/majordomo : 65536
databases for nightowlpc
DAdminUsage.bytes for nightowlpc
Counting found totals for nightowlpc
total bw is 41941213.000000 from 41941213 (long long: 41941213)
bw in meg: 39.998258
meg converted to a string: 40.0
spaceused: 29710913536.000000 (just quota)
inode: 256026
spaceused: 29716385792.000000 (add dbtotal 5472256)
spaceused: 29716451328.000000 (add emltotal 65536) (fyi: realemltotal: 15545851904)
spaceused: 29752909824.000000 (add apachetotal 36458496)
spaceused: 29752909824.000000 (add anonftptotal 0)
spaceused, in meg: 28374.585938
meg to temp: 28374.6
user.usage quota: 28374.6 actual: 28374.585938 (should match)
user.uagae email_quota: 15545851904 actual: 15545851904 (should match)
Tally User nightowlpc Complete
done queue

It seems to me I have about 15gb in use by this user. However it is reporting about 29gb.

Thanks!
 
You might want to check repquota output and run

Code:
du -h /home/nightowlpc/ --max-depth=1

and compare.
 
Back
Top