Plesk User Quota

Posted on Jan 21, 2010

In order to get quota’s within Plesk working correctly, you will not only need to download the quota package, but you will need to modify the fstab and run quota.

  1. Modify /etc/fstab by adding usrquota to the options for example:
    /dev/sda1		/	ext3	defaults,usrquota	0 0
    
  2. Remount the partiton
    
    
        mount -o remount /
        
    
  3. Turn off quotas
    
     
        quotaoff -av
        
    
  4. Check quotas
    
       
        quotacheck -avum
        
    
  5. Turn quotas back on
    
        
        quotaon -av