Separate var disk/partition quota

Discussion in 'ISPConfig 3 Priority Support' started by DylanPedro, Feb 2, 2018.

  1. DylanPedro

    DylanPedro Member

    Hi,

    I have separated my var folder onto another partition separate from the root drive

    I have the attached the lines from my fstab file.

    Do I put the quota information on the link with just the / or the /var line or both?

    Code:
    UUID=6b582609-e79c-4be5-a76a-37270232e94b / ext4 defaults,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0 1 1
    
    # Dedicated swap partition created on 02-02-18
    UUID=c8de3746-ea35-419e-9642-34fb549b29d3 swap swap defaults 0 0
    
    # Dedicated var partiton created on 02-02-18
    UUID=943deb2c-09ac-4278-b49c-7f1327219555 /var ext4 defaults 1 2
     
  2. florian030

    florian030 Well-Known Member HowtoForge Supporter

    it should be enough to add the quota to the new var-partition. dont't forget to remount and initial quota on /var
     

Share This Page