Smbclient

From DWIKI
Revision as of 14:43, 17 October 2023 by Tony (talk | contribs) (→‎FAQ)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Examples

smbclient -L somehost -U username
smbclient //smbserver/homes -U username

FAQ

protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED

Try in smb.conf:

max protocol = SMB2


mount -t cifs: mount error 13 = Permission denied

Pretty much always credentials/authentication problem.