• 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!
  • 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.

How do I install Quota Support for FC6 64-bit?

eugenevdm

Regular Pleskian
When I install Plesk I get:

Trying to check for quota support... usermng: Unable to turn on user quota. User quota not supported on device '/dev/mapper/VolGroup00-LogVol00'

System error 22: Invalid argument
Quota is not supported by your operating system.
Probably kernel has not compiled in quota support.


How do I enable quota support for my Fedora Core 6 64-bit box?
 
/etc/fstab usrquota

To enable quota on filesystems, you need to specify the 'usrquota' and/or the 'grpquota' parameters in your fstab. Here are 3 filesystems from my own server. Note that the root entry is wrong ( not sure why ) but the /dev/sdb1 entry is correct. Once you remount the filesystem, quotas will be supported. Then you can use all the quota utilites under /sbin/ and /usr/sbin/ .


LABEL=/ / ext3,usrquota defaults 1
/dev/sdb1 /e ext3 defaults,usrquota 1 2
/dev/sdb2 /f ext3 defaults,usrquota 1 2
 
No FC6 kernel - this is just general Linux information . If you've already done this and quotas are still not enabled on your custom FC6 server, then I'd say look over your kernel configuration again. Also, the first line should be

"LABEL=/ / ext3 default,usrquota 1"

The provider made a mistake in the original installation.

-- Mario
 
Back
Top