• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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