Hello, I would like to use Ubuntu 20.04 and install Ispconfig 3 (the installation follows this guide https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/) What if I use XFS instead of EXT4? Should I add ",usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0" to the partition with the mount point /? If I split the disk into three partitions /, /var/www and /var/log shoud I enable ",usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0" on each mount point? Regards, L.
I think XFS is supported, though I'm not sure. If you enable quota for every partition, the users will have their assigned quota on EACH partition. So if they have a max of 1 GB, they would have a max of 1 GB on every partition.