Quotas and limits not working after adding new volume

Hi

I’m running Ubuntu 20.04 on a Hetzner virtual cloud server. I have added an extra volume, that is mounted in /home/www

After that, quotas and limits are no longer working.

etc/fstab looks like this:

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda3 during installation
UUID=5fbe3aaf-e48e-4615-b376-6f5e5d2e25c8	/	ext4	quota,data=ordered,relatime,grpquota,usrquota,errors=remount-ro,rw	0	1
# /boot/efi was on /dev/sda2 during installation
UUID=0F5D-73F1  /boot/efi       vfat    umask=0077      0       1
/dev/disk/by-id/scsi-0HC_Volume_14202026 /home/www ext4 quota,data=ordered,relatime,grpquota,usrquota,discard,nofail,defaults 0 0

I have enabled quotas in Webmin->system->Disk quotas

But when I re-check Virtualmin configuration I get this error:
Quotas are not enabled on the filesystem /home/www which contains home directories under /home/www and email files under /home/www. Quota editing has been disabled.

What am I missing?
Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.