We have a Linux system and several Windows system on our network. The Linux system has mounts on two different systems currently defined in fstab like this:
//mandi/aaronbackup /media/backup smbfs user=ServiceBarcode,passwd=******** 0 0
//laurie/barcodefiles /home/labels/public_html/masbarcode smbfs user=ServiceBarcode,passwd=************,uid=33,gid=33 0 0
The issue I am having is on power failures. The Linux system boots much faster than the Windows systems, so the Windows systems are unavailable when the Linux system tries to mount them. Is there a way to have Linux retry the mounts until they succeed with fstab or by another mechanism?