Connecting to older SMB servers from Mountain Lion
Lion had depreacated support to older SMB servers. I get following error on trying to do that:
The version of the server you are trying to connect to is not supported. Please contact your system administrator to resolve the problem.
But I could still connect using the workaround given in the knowledge base article.
sudo sysctl -w net.smb.fs.kern_deprecatePreXPServers=0
HT4697: OS X Lion: Connecting to older SMB servers that do not support UNICODE or NT style commands
http://support.apple.com/kb/HT4697
This does not work in Mountain Lion. I get an error. net:class not implemented. Anybody help?
When I tried sysctl -a | grep smb, I only see following options.
net.smb.fs.version: 107000
net.smb.fs.loglevel: 0
net.smb.fs.kern_deadtimer: 60
net.smb.fs.kern_hard_deadtimer: 600
net.smb.fs.kern_soft_deadtimer: 30
net.smb.fs.tcpsndbuf: 261120
net.smb.fs.tcprcvbuf: 261120
There is no option about net.smb.fs.kern_deprecatePreXPServers.
MacBook Pro, OS X Mountain Lion