07-07-2019, 01:10 PM
@willytom
It's been a while since I explored the various errors thrown during an SMB mount, but IIRC that opaque message "mount error(95): Operation not supported" means your server is refusing your request to connect using the SMBv1 protocol ("vers=1.0" in your Mount flags string).
As stated under Mount flags, you may need to try vers=2.0 or 3.0 to match with your server. [Google is your friend if you really want the lowdown on Samba/SMB. Bottom line: you have to know your systems.]
This protocol versions issue has been discussed before and various changes proposed to make the process more seamless. I suspect there's an item somewhere in Tim's endless ToDo list about it.
Regards,
Kent
It's been a while since I explored the various errors thrown during an SMB mount, but IIRC that opaque message "mount error(95): Operation not supported" means your server is refusing your request to connect using the SMBv1 protocol ("vers=1.0" in your Mount flags string).
As stated under Mount flags, you may need to try vers=2.0 or 3.0 to match with your server. [Google is your friend if you really want the lowdown on Samba/SMB. Bottom line: you have to know your systems.]
This protocol versions issue has been discussed before and various changes proposed to make the process more seamless. I suspect there's an item somewhere in Tim's endless ToDo list about it.
Regards,
Kent