Quota was installed according to: http://www.ispconfig.org/manual_installation.htm after a rebot I did the following tasks: I don't no what's wrong. tom
/etc/fstab df -h This question seem not complete. ls from where, which directory? By the way, what does the 0 0 beside defaults,usrquota,grpquota mean? tom
Run Code: rm -f /quota.* touch /quota.user /quota.group chmod 600 /quota.* mount -o remount / quotacheck -avugm quotaon -avug
In http://www.ispconfig.org/manual_installation.htm you explain to do touch /home/aquota.group to put the aquota.group file in home. Do I need them both, /home/aquota.group and /quota.group? Where is the right place to create? I think it's / isn't it? I thought aquota and quote are ony different versions. PS: By the way, there are two mistakes in your example code: http://www.ispconfig.org/manual_installation.htm 1. It should be touch /home/aquota.user and not touch home/aquota.user 2. It should be chmod 600 /home/aquota.* and not chmod 600/home/aquota.*. _______________________________________missing blank space ^ tom
You want to install quota on /, not /home, so Code: rm -f /quota.* touch /quota.user /quota.group chmod 600 /quota.* mount -o remount / quotacheck -avugm quotaon -avug is correct. Thanks for the hint, I've fixed the errors.
It's my turn to say many, many thanks to you for your great work and help for all humans:-) There are still questions.... about the quota. I've created a new thread. tom