Hello! What can be done to change the partition that quota is set for? After installing ispconfig and setting a disk quota for web page I see that the web page occupies zero space... instead of the correct number of megabytes. What this seems to be is default partition settings. Files size limit is set on /dev/sda2 mounted as root directory / And I have my web files in /var partition, which is /dev/sda5 What can be done to automatically set the quota on correct partition instead?
Quota is always set on all partitions that have quota enabled, so it does not matter for ISPConfig how you partitioned your harddisk. Ensure that you have quota enabled and configured for your /var partition.
Thanks a lot! Quota were enabled for / partition, but not for /var partition. So I disabled it for root and enabled it for var. Now I can see proper disk space use for websites.