Any files that are owned by that user are counted so there could be 
loads in /home/sites/www.domain.com/web/

File ownerships can also transfer over when files are copied as root and 
users uid's are different on different servers.  e.g. you untar 
something as root which you copied from another machine.

If you want to find every file then run `find / -user user_x -print`

Dan


On 26/04/2012 18:01, Randy Smith wrote:
> Customer call says he's out of space and got an error in owm. Looked at the
> web admin it looks ok. I increased space for good measure. Later I look and
> it's grown. So I compare with get_quotas.pl and what I see in the home dir.
>
> /usr/sausalito/sbin/get_quotas.pl | grep user_x
> user_g    340000  512000
>
> du -c /home/sites/www.domain.com/users/user_x/
> 95068   total
>
> I suspect there is something else being counted. Where do I need to look?
>
> Because I just imported this user from BQ I did some cleanup using the
> suggestions here:
> http://article.gmane.org/gmane.linux.devices.blueonyx.user/6059/match=quota
>
> Thanks,
>
> Randy
>
> _______________________________________________
> Blueonyx mailing list
> Blueonyx@mail.blueonyx.it
> http://mail.blueonyx.it/mailman/listinfo/blueonyx

-- 
Find me online : http://www.dogsbody.info/
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to