I've got a windows laptop with a share named 'share'
The share is mounted on an ubuntu server in /etc/fstab
//lt145/share /mnt/test/lt145 cifs nocase,rw,cred=/etc/cifspasswd,vers=3.11 0 0
It works, but every day when the laptop is turned off and on again the mount does not come back. host is down is the error message.
The only way to get the mount again is
umount /mnt/lt145
mount -a
Can this remount be done automatically? What is normal to mount temporary CIFS shares?