rebuild quotas?

Dixiesys

Verified User
Joined
Aug 2, 2003
Messages
123
Location
The South
I have a couple servers that have lost all quota settings for the end users, repquota / reports 0 for all users, how can I rebuild the quotas properly?
 
Do the correct partitions have quota enabled?

These are the commands DA uses to update quota:

Code:
/sbin/quotaoff -a
/sbin/quotacheck -augm
/sbin/quotaon -a
 
Back
Top