[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] severe raq4 problem - unknown HD space ??



> Robert, this is the result ...
> 
> [root /root]# quota fijavadmin
> Disk quotas for user fijavadmin (uid 124): 
>      Filesystem  blocks   quota   limit   grace   files   quota  
> limit   grace
>       /dev/hda4       8   20481   20480               5       0      
> 0        
> [root /root]# quota fijavcontact
> Disk quotas for user fijavcontact (uid 125): 
>      Filesystem  blocks   quota   limit   grace   files   quota  
> limit   grace
>       /dev/hda4       0   20481   20480               5       0      
> 0        
> [root /root]# quota john
> Disk quotas for user john (uid 126): 
>      Filesystem  blocks   quota   limit   grace   files   quota  
> limit   grace
>       /dev/hda4     343   20481   20480             152       0      
> 0        

Like Alan said, this only tells you what is in their users directory.
Try 'find -user <username>' and see if any files reside outside the
users directory. Make sure you are logged in as root and you are in the
root directory:

    su
    cd /
    find -user <username>

You'll get permission denied on the proc directory, normal. Hope it
finds something for you :)