• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

kernel: VFS: Quota referenced but not present.

albans

Regular Pleskian
Hi,

I've got a strange message appearing in my /var/log/messages log file:

Jul 2 04:22:26 hostname kernel: VFS: Quota for id 29 referenced but not present.
Jul 2 04:22:26 hostname kernel: VFS: Can't read quota structure for id 29.
Jul 2 04:22:26 hostname kernel: VFS: Quota for id 29 referen<3>VFS: Can't read quota structure for id 29.

So, I tried some commands found on a forum as follow:
(http://forum.ensim.com/showthread.php?s=&threadid=4665&highlight=Cant+read+quota+structure+for+id)
quotaoff -aug
quotacheck -augmi
quotaon -aug

But this doesn't work, the command quotaoff just do nothing... How to use it?
And how can I fix this problem?

Thanks for you help.
 
I finally found my way...

I made a little shell script with the following commands:

PHP:
quotaoff -a
quotacheck -ugamn
quotaon -a

I rebooted the server and once he was up again I executed the shell script...
This took about 2mins to execute and the quota reference was recovered.
 
Back
Top