PDA

View Full Version : quota



redeye
08-31-2007, 06:31 AM
Hi,

I have a user with 300MB in DA at diskspace. When I search his homedir, /var/spool/virtual and the databases and summerize them, I get to 75MB.

Where else can everything go?

Redeye

nobaloney
08-31-2007, 11:21 AM
I have no idea.

But your system can tell you:

# find / -user USERNAME
of course replace USERNAME with the actual username.

Jeff

redeye
09-01-2007, 11:11 AM
TY Jeff, but I tried it like this before:
find / -user xch1307 -depth -exec du {} \;

Doesn't bring up the clue :(.

nobaloney
09-03-2007, 11:35 AM
how about just run (as root):

find / -user xch1307
And then manually investigate what you find?

Jeff