Hi, hope someone can help I tried to get this working yesterday but just can't get it to work! The mount has worked fine for a few years now so don't understand, I see that 8.2 has a major update to samba and this is obviously causing my problem. I can connect from Windows 10 and Mac High Sierra with no problems no matter what I set the Libreelec server too.
Ubuntu 16.04, Samba version 4.3.11
I got it working in the Ubuntu GUI by adding a couple of lines to smb.conf as suggested by Chewitt in another thread. And someone else elsewhere:
min client protocol = SMB2
max client protocol = SMB3
But I still can't get it mount on boot! My fstab entry:
//10.19.64.3/Movies /media/OpenelecMovies cifs guest,uid=1000,users 0 0
//10.19.64.3/TV\040Shows /media/OpenelecTVShows cifs guest,uid=1000,users 0 0
returns error: mount error(95): Operation not supported
I tried adding vers=3.0 to the options, then I get error: mount error(2): No such file or directory
I have also tried setting up username and password on server and then a corresponding credentials file, i get the same error: mount error(2): No such file or directory
also tried adding username and password direct into fstab file but same error!
Anyone spot where I'm going wrong?
Cheers,
Tim