Hi,
I have 3 samba shares setup in /etc/fstab, which looks like:
//server/share1 /local/dir1 cifs ro,iocharset=utf8,username=user,password=pass 0 0
//server/share2 /local/dir2 cifs ro,iocharset=utf8,username=user,password=pass 0 0
//server/share3 /local/dir3 cifs ro,iocharset=utf8,username=user,password=pass 0 0
However, I found mount on boot is random. Sometimes, I get one share mounted, sometimes 2 (randomly). Have not get all 3 mounted at the same time yet.
The setting should be all correct, as I can manually mount using "mount -t cifs" to mount all the shares.
After some reading, it seems to be may be /etc/fstab is processed before network is fully up, so I installed "networkmanager" and enabled service delay:
systemctl enable NetworkManager-wait-online.service
However, that did not help, as after I reboot, I still get only 2 (different from last time) of the 3 shares mounted.
Any solution to make sure all 3 shares are consistently mounted at boot?
Thanks,
Jerry
			
		