Can't read quota errors

S2S-Robert

Verified User
Joined
Jun 24, 2003
Messages
415
Location
The Netherlands
Code:
Jan 10 07:07:18 server kernel: VFS: Quota for id 635 referenced but not present.
Jan 10 07:07:18 server kernel: VFS: Can't read quota structure for id 635.
Jan 10 07:07:18 server kernel: VFS: Quota for id 635 referenced but not present.
Jan 10 07:07:18 server kernel: VFS: Can't read quota structure for id 635.
And this occurs multiple times for different id's. Any thoughts?
 
Hello

Try:
Code:
/sbin/quotaoff -a;
/sbin/quotacheck -avugm;
/sbin/quotaon -a;
If it continues, you might have to do a "quotacheck -cavugm"

John
 
Back
Top