raykai
Basic Pleskian
Hi, so I'm having a hard time trying to turn on Hard quota on disk space on my plesk running on ubuntu 16.04 LTS.
under a domain > Web Hosting Access > Hard quota on disk space i see this:
The hard quota on disk space is the limit on the amount of disk space that can be used. If the hard quota is set, and all allocated disk space is used, no further operations on files can be performed.
Hard quota on disk space Unlimited. Hard disk quota is not supported due to the configuration of the server file system.
I just did a fresh install of ubuntu 16.04 and installed Plesk on it.
i saw this doc: Unable to setup the Hard Disk quota for a domain: field is greyed-out and you cannot edit it
but it don't seem to work for me
all i get using # /usr/local/psa/admin/sbin/usermng --isquotable
is this :
Normally, it should return "0."
in my file /etc/fstab i have this by default :
so how can i tern the quota on disk space ?
under a domain > Web Hosting Access > Hard quota on disk space i see this:
The hard quota on disk space is the limit on the amount of disk space that can be used. If the hard quota is set, and all allocated disk space is used, no further operations on files can be performed.
Hard quota on disk space Unlimited. Hard disk quota is not supported due to the configuration of the server file system.
I just did a fresh install of ubuntu 16.04 and installed Plesk on it.
i saw this doc: Unable to setup the Hard Disk quota for a domain: field is greyed-out and you cannot edit it
but it don't seem to work for me
all i get using # /usr/local/psa/admin/sbin/usermng --isquotable
is this :
Code:
1
in my file /etc/fstab i have this by default :
Code:
LABEL=cloudimg-rootfs / ext4 defaults 0 0
so how can i tern the quota on disk space ?