1834811 Members
2841 Online
110070 Solutions
New Discussion

Disk Quotas

 
SOLVED
Go to solution
Youlette Etienne_2
Regular Advisor

Disk Quotas

Hello Everyone,

How do I get rid of the following? This user no longer exists on the server.

miaux03: / =>repquota -a
#152 -- 8 40000 42000 1 5000 5550

Thanks
If at first you don't succeed, change the rules!
3 REPLIES 3
Ivan Ferreira
Honored Contributor

Re: Disk Quotas

Have you tried running:

quotacheck -a
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Disk Quotas

It's rather straightforward:

1) edquota 152
change all the limits to 0 and then "ZZ" to exit vi and save the results.
2) quotaon /www
3) repquota -v /www

If it ain't broke, I can fix that.
Youlette Etienne_2
Regular Advisor

Re: Disk Quotas

Ivan:

I tried quotacheck -a before posting, that does not work.

Thanks Clay, that worked!
If at first you don't succeed, change the rules!