Wrong Website Harddisk Quota

Discussion in 'General' started by corpus, Sep 20, 2013.

  1. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    what does 'cat /proc/mounts' show ?
     
  2. Ovidiu

    Ovidiu Active Member

    I've only shown the ones containing log here as the whole output is way too long and mostly irrelevant:
    Code:
    root@alfred:~# cat /proc/mounts | grep log
    /dev/loop0 /var/www/clients/client10/web39/log ext4 rw,relatime,noacl,data=ordered,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 0 0
    /dev/loop0 /var/www/clients/client1/web73/log ext4 rw,relatime,noacl,data=ordered,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 0 0
    /dev/loop0 /var/www/clients/client1/web76/log ext4 rw,relatime,noacl,data=ordered,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 0 0
    
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    When the bind mount lines are missing in fstab (e.g. due to a server migration where the lines dont got moved to the new install), thn you can recreate them with the attached script.
     

    Attached Files:

  4. Ovidiu

    Ovidiu Active Member

    Thanks Till, this was indeed a migrated server, your script fixed it all. I had attempted a resync through ISPCFG3 but that had not changed anything. Does that mean the fstab entries only get written once when a site is added to ISPCFG?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    yes.
     
    Ovidiu likes this.

Share This Page