• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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