• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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