Estou tentando conectar-me a um compartilhamento do Windows da minha máquina Ubuntu 14.10.
smbclient
que não possui smb.conf
. Se eu tentar smbclient
, obtenho:
$ smbclient -L //<the machine>/<the share> -U<username> -W <domain>
params.c:OpenConfFile() - Unable to open configuration file "/home/amagee/amagee/etc/smb.conf":
No such file or directory
./smbclient: Can't load /home/amagee/amagee/etc/smb.conf - run testparm to debug it
Enter <username>'s password:
session setup failed: NT_STATUS_INVALID_NETWORK_RESPONSE
O mesmo se eu tentar smbclient -L //<the machine>/<the share> -U"<domain>\<username>"
.
Isso acontece com o smbclient
disponível nos repositórios apt do Ubuntu ( Version 4.1.11-Ubuntu
) e um que acabei de compilar a partir do source (4.1.16).
Alguma idéia?