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
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.
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?