PDA

View Full Version : Can't read quota errors



S2S-Robert
01-10-2004, 04:35 AM
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?

DirectAdmin Support
01-10-2004, 12:29 PM
Hello

Try:

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

John