Archive for February, 2008

Had some problems with people on cdf not having quotas. If I tried to reset the quota, I got errors like the following in the log file:

Feb  5 13:13:42 serv kernel: VFS: Inserting already present quota entry (block 14).
Feb  5 13:13:42 serv kernel: VFS: Error -5 occured while creating quota.

The solution was to run the following commands:

quotaoff -a
quotacheck -auvg
quotaon -a

Then reset the quotas of those users who don’t have them.