Reconnect Attempts for CIFS share
Solution 1:
The hard
mount option is (similiar to NFS) avoiding to return errors to the clients when servers are unresponsive. (Default seems to be the soft
option). Add this to your /etc/fstab
and remount it (or reboot).
See the man page: http://linux.die.net/man/8/mount.cifs