• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Hard Disk Quota is not supported

This is still a problem for me when trying to do it on a VPS, I have access to the hardware node and my fstab in the environment is:

proc /proc proc defaults 0 0
none /dev/pts devpts rw,usrquota,grpquota 1 1

Restarted the entire environment to no avail.
 
I am using ubuntu 10.04 and i have journaled user and group disk quotas on for both / and /var enabled. quotacheck passes and it looks like quotas are on already hence the reasource busy error:

sudo quotacheck -avugm -f
quotacheck: Scanning /dev/mapper/data-system [/] |/quotacheck: Checked 15288 directories and 106939 files
quotacheck: Scanning /dev/mapper/data-var [/var] done
\|quotacheck: Checked 932 directories and 9783 files
done
> sudo quotaon -avug
quotaon: using //aquota.group on /dev/mapper/data-system [/]: Device or resource busy
quotaon: using //aquota.user on /dev/mapper/data-system [/]: Device or resource busy
quotaon: using /var/aquota.group on /dev/mapper/data-var [/var]: Device or resource busy
quotaon: using /var/aquota.user on /dev/mapper/data-var [/var]: Device or resource busy

Still showing not supported in plesk.
 
my fstab file:
/dev/mapper/data-system / ext4 errors=remount-ro,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 1
/dev/mapper/data-tmp /tmp ext4 defaults 0 2
/dev/mapper/data-var /var ext4 defaults,errors=remount-ro,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2
/dev/mapper/data-swap none swap sw 0 0
 
Back
Top