In /etc/fstab we have the two following entries:<br />
<br />
//<ip>/css-attachments/TEST /home/tomcat/CSSTestAttachments cifs credentials=/cifscredentials,uid=tomcat,gid=tomcat 0 0<br />
//<ip>/css-attachments/PROD /home/tomcat/CSSAttachments cifs credentials=/cifscredentials,uid=tomcat,gid=tomcat 0 0<br />
<br />
If we reboot the system and enter the mount command we see that the shares (or at least 1 of them) are mounted twice at the same mount point. We can also use umount twice on the mount point before the shared storage is removed.<br />
<br />
When we umount all the mounted shares and use `mount -a` the shares are mounted as we want (i.e. each share once). But after a reboot again the shares are mounted twice.
↧