If you are getting the following errors in your logs :

Sep 5 21:51:43 srv01 kernel: VFS: find_free_dqentry(): Data block full but it shouldn’t.
Sep 5 21:51:43 srv01 kernel: VFS: Error -5 occurred while creating quota.
Sep 5 21:51:43 srv01 kernel: VFS: find_free_dqentry(): Data block full but it shouldn’t.
Sep 5 21:51:43 srv01 kernel: VFS: Error -5 occurred while creating quota.

Then you need to update your quota on ensim :

root@ensim root]# quotaoff -av
/dev/hda3 [/]: group quotas turned off
/dev/hda3 [/]: user quotas turned off
[root@ensim root]# cd /
[root@ensim /]# ls
aquota.group bin dev home initrd lost+found mnt proc sbin
usr
aquota.user boot etc htdocs.tgz lib misc opt root tmp
var
[root@ensim /]# rm aquota.*
rm: remove `aquota.group? y
rm: remove `aquota.user? y
[root@ensim /]# ls
bin boot dev etc home htdocs.tgz initrd lib lost+found misc mnt
opt proc root sbin tmp usr var
[root@ensim /]# quotacheck -agiuv
Cannot remount filesystem mounted on / read-only. Counted values might not
be right.
Should I continue [n]: y
quotacheck: Scanning /dev/hda3 [/] done
quotacheck: Checked 13987 directories and 135025 files
[root@ensim /]# quotaon -av
/dev/hda3 [/]: group quotas turned on
/dev/hda3 [/]: user quotas turned on
[root@ensim /]#

Hope this above knowledge base helps you In case you have any queries contact the bodhost.com support team.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How Do You Set up FTP account in cPanel?

In this article, we are going to learn about what is FTP account is and…

How to Monitor System Resource Usage Over a Specified Time Using Atop

This guide explains monitoring system resource usage using atop over a specified time. Atop command…

Determining MySQL Database Storage Size and Table Size

Determining MySQL Database Storage Size and Table Size

In this article, you will learn how to check the size of MySQL databases and…