Smbclient: Difference between revisions

From DWIKI
mNo edit summary
 
Line 13: Line 13:
Try in smb.conf:
Try in smb.conf:
  max protocol = SMB2
  max protocol = SMB2
== mount -t cifs: mount error 13 = Permission denied ==
Pretty much always credentials/authentication problem.

Latest revision as of 14:43, 17 October 2023


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.