

There was, however, a very inconspicuous sentence describing the purpose of a nf file which normally resides in /etc: The man page for mount_smbfs didn’t specify any switches or options to the command that would be of much use for choosing the authentication method. I first tried looking at what the smbutil can do for me, and quickly discovered that other than displaying a list of shares available on the server I was trying to connect to, not a lot more.
#Smb client mac os x 2017 manual
What is available, instead, is mount_smbfs, as well as it’s companion command, smbutil, both which at a very quick first glance in the manual seem to have originally been developed for FreeBSD.

#Smb client mac os x 2017 how to
OSX doesn’t use samba tools for mounting the Samba shares, and so it wasn’t immediately obvious to me how to circumvent the limitation, even if it required using command line to mount the share instead of pretty GUI. There’s no option to specify authentication mechanism while mounting the share, and there’s not a lot written about it in the documentation.įurther to that, a quick search didn’t return any meaningful answers to my problem. In their wisdom, Apple have decided to by default drop support in the client for anything older than NTLMv2. It also happens, that I need to access the information on those drives from my Mac, and yet have no other access to the server to fix the samba configuration. A few of the shared directories are on a Linux server which is running an older version of Samba and only supports NTLM (version 1) for authentication. It so happens, that the only access we have to the Internet is over a relatively slow Satellite link and some of the infrastructure we have here is not the most cutting edge. Unsurprisingly, we have a station LAN with some servers on it, and some of the data accessible to all users is shared on a network server as an SMB share. A quick backgroundĪs some of you may know by now, I’m currently working at Halley Research Station in Antarctica. It turned out, however, that it’s not so easy to do anymore due to less-than-secure authentication method supported by the server, which by default is not supported on the OS X.

I have recently come across an issue where I needed to mount a Samba share from a server I have no control over, on to my trusty MacBook Pro running Mac OS X 10.11.2 El Capitan.
