Ditto for me...
My Environment/Topology:
EMC/Isilon 500 TB NAS storage cluster. SMB and NFS services. Brand new (deployed in the last 3 months).
Windows 2007 AD environment. DHCP, DNS, DCs, KDCs, Exchange, etc.
Single domain. No forest.
Issue Description:
Mac OS X 10.6 and 10.7 clients are mounting SMB volumes just fine. SSO/Kerberos works, etc.
OS X 10.8 (Mountain Lion) clients can NOT mount SMB/CIFS volumes as expected.
I noticed this in the last couple 10.8 Developer beta releases via ADC.
Examples:
• Finder "Connect to Server": (Command + K):
smb://servername = FAIL
smb://server IP address = FAIL
smb://servername/sharename =SUCCESS
(I do not use the Finder sidebar or Bonjour/mDNS - its the Devil)
• Terminal (bash shell):
mkdir /mount/sharename (create a local mount point)
mount -t smbfs //username:password@myserver/sharename /mount/sharename = SUCCESS
• OD/MCX scripts:
login mount scripts from OD/MCX policies are all working fine.
(smb://servername/sharename =SUCCESS)
-----------------------------------------------------------------------
Related OS X System Logs:
7/27/12 10:02:53.785 AM NetAuthSysAgent[606]: NAHSelectionAcquireCredential The operation couldn’t be completed. (com.apple.NetworkAuthenticationHelper error -1765328228 - acquire_kerberos failed username@domain: -1765328228 - unable to reach any KDC in realm MYREALM)
7/27/12 10:02:53.864 AM NetAuthSysAgent[606]: RPC to srvsrvc gave error 0x16c9a036
7/27/12 10:02:54.000 AM kernel[0]: smb_ntstatus_error_to_errno: Couldn't map ntstatus (0xc00000c3) to errno returning EIO
7/27/12 10:03:06.947 AM netbiosd[136]: name servers down?
I have tried with and without a TGT from my KDC. Fails either way.
--------------------------------------------------------------------------
Questions:
1) Are your Macs bound to AD?
2) Do you have a single domain or a forest of multiple domains?
3) Have you tried logging into the Mac with a non-AD account (like a local admin account) then connecting to the SMB file server?
4) What happens if you unbind the Mac from AD?