- Official Post
Nothing leaps out to me as being wrong but I'm no Samba genius. If you use smbclient from the console, what error message is returned?
Nothing leaps out to me as being wrong but I'm no Samba genius. If you use smbclient from the console, what error message is returned?
If i change min server from SMB1 to SMB2 or SMB3 in LE i always get the error:
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
What command did You use ?
Maybe the mount option sec=ntlm can help
It´s not standard to use a NAS as SMB-client - reading manpage could help
Still no success with that option:
#sudo mount -t cifs //192.168.1.3/videos ~/mnt -o username=xxx,password=xxx,sec=ntlm
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
--
i googled a little and found this to be a common problem when changing samba server from SMB1 to more recent versions
not LE's or QNAPS's samba specific
Wow...
after so many hours it turned out to be this simple!
worked perfectly HiassofT , thanks!
edit: -o vers=3.0 also works!
I want to manually map the shares at the unix level at startup. What file would i put the mount commands in for this to happen?