• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Enable Hard Disk Quota on CentOS 5 / Plesk 9.3.0

VictorL

New Pleskian
When we add a domain from a template that has the quota set - it says that it cant enable the quota and sets it to unlimited.

Found a few posts that mention editing and updating /etc/fstab file but not sure of the correct update for this fstab file:

none /dev/pts devpts rw, 0 0

The environment is CentOS 5 with Plesk 9.3.0.

Any info is greatly appreciated.

Regards

Victor.
 
Could you please provide full error message and output of following command:
cat /etc/fstab

Is it Virtuozzo container or standalone server?
 
Hi,

No error message when tried that command :

[root@vps-1075168-1426 /]# cat /etc/fstab
none /dev/pts devpts rw 0 0
[root@vps-1075168-1426 /]#

It is on a Virtuozzo container...

Regards

Victor.
 
Seems quota is not enabled for container on Virtuozzo level. Please check it, read Virtuozzo docs and try to enable it.
 
Hi,

I have a virtuozzo container and access to the hardware node:

vz.conf has disk_quota=yes

and I have added this to the container conf file

I have restarted the environment and I am still unable to enable it from the plesk control panel.

my fs.tab file is as follows:

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

Remounted to no avail, every time I run quotacheck -avum I get an error that quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
 
Back
Top