Can not connect to Mac shared folder using Ubuntu smbclient - NT_STATUS_LOGON_FAILURE
Are there any experts out there to help a noob
My setup:
Mac OS 10.8 with File sharing on, options have both AFP and share files with SMB enabled. My account is selected in the accounts for SMB sharing.
Ubuntu 12.04 with SMB client installed.
on ubuntu, if I try to connect to the mac, I get a login error:
root@getac3:/mnt# smbclient -L 192.168.1.179 -U myUserName%myPassword
session setup failed: NT_STATUS_LOGON_FAILURE
However, I am sure that the ubuntu machine samba client is working properly, because I can access other another mac on my network (running 10.5):
root@getac3:/mnt# smbclient -L 192.168.1.114 -U myUserName%myPassword
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.10]
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (LivingRoom)
ADMIN$ IPC IPC Service (LivingRoom)
myUserName Disk User Home Directories
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.10]
Server Comment
--------- -------
GETAC4 Samba 3.6.12-59.5.1-2989-SUSE-SL12.3-i386
LIVINGROOM LivingRoom
Workgroup Master
--------- -------
WORKGROUP GETAC4
As you can see above, I can see both the computer "LivingRoom", which is an eMac running 10.5, and another linux machine called "getac4" which is running OpenSUSE.
My goal here is to be able to use an external hard drive connected on my mac Mountain Lion to be able to store backups from the linux machines. I was hoping to use samba file sharing because I already have it all setup on the linux machines and it appears to work. However, I can not get the linux machines to see the shared folders on the mac.
Any thoughts?
Thank you
GEB
OS X Mountain Lion (10.8.4), expert question