[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] severe raq4 problem - unknown HD space ??
- Subject: RE: [cobalt-users] severe raq4 problem - unknown HD space ??
- From: "Robert Fitzpatrick" <robert@xxxxxxxxxxx>
- Date: Sun Dec 8 09:12:01 2002
- Organization: WebTent Networking, Inc.
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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 :)