quota not working

Discussion in 'Installation/Configuration' started by trojan, Apr 2, 2011.

  1. trojan

    trojan New Member

    I have a dedicated server at OVH running ubuntu 10.10 on which i have installed ispconfig myself following a guide here.

    Now i found that website quota is not working.

    /etc/fstab :
    Code:
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    /dev/sda1       /       ext3    errors=remount-ro,relatime,usrjquota=quota.user,grpjquota=quota.group,jqfmt=vfsv0      0       1
    /dev/sda2       /var    ext3    defaults,relatime       1       2
    /dev/sda3       swap    swap    defaults        0       0
    proc            /proc   proc    defaults                0       0
    sysfs           /sys    sysfs   defaults                0       0
    dev             /dev    devtmpfs        rw      0       0
    
    [​IMG]
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What makes you think that quota is not working?
     
  3. trojan

    trojan New Member

    Either quota is not working, or my ispconfig install is borked somehow and not reading (or showing) the quota's.

    edit: just dit a test and quota is working, so it's the latter option and ispconfig is not showing the quota and used space.
     
    Last edited: Apr 3, 2011
  4. Toucan

    Toucan Member

Share This Page