I use this guie from DigitalOcean tutorials but when I put quotaon this error appear:
quotaon: using //aquota.user on /dev/vda1 [/]: No](http://)](http://) such process
quotaon: Quota format not supported in kernel.
I view the cuotas, but they are not updated…
Can some body help me?
Regards
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Yes I did…but only in qoutaon is that error.
I use another’s commands and they are ok…it showing cuota and reports but not update the cuotas.
I use this guíe un 14.04 and all ok…but I’m 16.04 it’s the problem
I resolve this install kernel dependencies, like this:
apt-get -y install linux-image-generic
apt-get -y install linux-headers-generic
apt-get -y install linux-image-extra-`uname -r`
After that we need to add the quota modules to start with boot:
echo quota_v1 >> /etc/modules
echo quota_v2 >> /etc/modules
reboot
Check if it’s working:
sudo -s
cat /proc/modules | grep -i quota
quota_v1 16384 0 - Live 0xffffffffc037c000
quota_v2 16384 2 - Live 0xffffffffc0377000
quota_tree 20480 1 quota_v2, Live 0xffffffffc0250000
quotaon -pa
group quota on / (/dev/sda1) is on
user quota on / (/dev/sda1) is on
Regards
Hi @msanchezdbc0b60dea889885dd
Did you edit the /etc/fstab and add the usrquota and/or grpquota ?
When you ran the mount -o remount / did it successfully remount ?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.