Trying to get a linux samba file server using samba 4.0.3 (compiled on the machine) running on ubuntu 3.8rc6 kernel to share out and negotiate with a linux client running the same kernel and smbd compiled from 4.0.3 samba source. Using wireshark to view the negotiations, I only see NT LM 0.12 (SMB v. 1). Tried forcing the file server via "min protocol = SMB2" in the /usr/local/samba/etc/smb.conf and keep getting this error: "mount error(95): Operation not supported" I try to mount that share in Windows 7 and it works, even negotiates at SMB2.1. How can I get a linux client to mount a linux samba share using protocol SMB2.1? -- View this message in context: http://samba.2283325.n4.nabble.com/smbclient-using-smb2-protocol-linux-2-linux-share-tp4643834.html Sent from the Samba - General mailing list archive at Nabble.com.
Jeremy Allison
2013-Mar-16 16:21 UTC
[Samba] smbclient using smb2 protocol linux-2-linux share
On Wed, Feb 06, 2013 at 01:41:56PM -0800, rmarquez wrote:> Trying to get a linux samba file server using samba 4.0.3 (compiled on the > machine) running on ubuntu 3.8rc6 kernel to share out and negotiate with a > linux client running the same kernel and smbd compiled from 4.0.3 samba > source. > Using wireshark to view the negotiations, I only see NT LM 0.12 (SMB v. 1). > > Tried forcing the file server via "min protocol = SMB2" in the > /usr/local/samba/etc/smb.conf and keep getting this error: > "mount error(95): Operation not supported" > I try to mount that share in Windows 7 and it works, even negotiates at > SMB2.1. > > How can I get a linux client to mount a linux samba share using protocol > SMB2.1?This is not yet supported in CIFSFS although the Team is working on it. It's also not supported in smbclient either, again it's something we're working on (we have all the underlying plumbing for this). Jeremy.