Click to See Complete Forum and Search --> : quota.user in /usr is 1 gb!


beley
09-22-2003, 10:38 AM
I have a problem with my /usr directory (it's 94% full) and was looking around to see what I could possibly delete to free up some space. Well, I noticed that the /usr/quota.user file is 1 GB!

There is also a /quota.user file that is even larger. What is this file and is it needed in several directories? Thanks!

GaryJones32
09-22-2003, 12:26 PM
some people like to use quota software on their server..
quota keeps users under their disk usage limit
if you don't need it, or use it

look at /etc/fstab

the filesystems mounted with quota will read
defaults,usrqouta
or
defaults,grpquota,usrquota

take away the qouta part
then
turn quota off with /usr/sbin/qoutaoff -avug
then uninstall qouta
or turn it off in your boot script
the lines to comment out will be
/usr/sbin/qoutacheck -avug
/usr/sbin/qoutaon -avug

or i guess since the boot script checks for the program before it runs you could just rename /usr/sbinqoutaon and /usr/sbin/qoutacheck

then just delete those huge files