disk usage not shown correct

sander815

Verified User
Joined
Jul 29, 2003
Messages
422
i have 2 users complaining that there diskusage is not shown right in DA:
1 user has 6.5 M used:

[root@server01 xcs]# du -sh
6.5M .

but DA shows 13.5/10 used

same for another user

running the tally doesn't help
 
Search around here for quotas... the du on a directory will only show you the size of that directory, while quotas take into account the size of all files on the disk owned by that user plus things like mysql, etc...

Try
Code:
repquota -a
as root and see what you find.
 
ok, you are right

repquota shows the same as DA, although i cannot find more dirs of riles that specific user uses. He has no mysql, no mail left, his logs are not large...where else do i have to look? Is there a command to show all files a user owns?
 
Back
Top