I'm using Ubuntu as Plex server, mounting NAS shares using CIFS ver 1.0 (highest that my NAS will support). Had to run "sudo mount -a" after every reboot to mount the shares, which WAS working fine until I installed all updates tonight. Now I get "mount error (111): could not connect to 192.168.1.50 unable to find suitable address". I know that CIFS 1.0 is very old and unsecure, but can someone please tell me what and how to undo or fix, and most importantly how to prevent future breaks?
The mount lines in my fstab are: //192.168.1.50/movies /mnt/movies cifs credentials=/etc/nascred,vers=1.0 0 0