I had an issue with quotas on a LVM mount preventing a zimbra service from operating (dm-0: write failed, user block limit reached). I wanted to simply disable quotas for the whole system.

I tried editing /etc/fstab and removing the usrquota and grpquota options, and doing a mount -o remount / - this successfully removed the quotas and meant that I couldn't see any quotas with repquota -a - however, the quotas still seemed to be in effect as I still got the error message.

In the end I just edited the quotas manually for each user with edquota, but I'd prefer to be able to just disable them entirely (without a reboot). Is this possible?

(This is an old ubuntu 8.04.3 server)

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.