• find Server name, Share name, workgroup name
$ smbclient -L 1.2.3.4 -U%

  • mount
$ sudo mount -t cifs //rtac68p/pds /mnt/rtac68p -o user=ftp
Password for ftp@//rtac68p/pds:
sudo mount -t cifs //YOUR_SERVER_NAME/SHARE_NAME /mnt/smb -o user=USERNAME,password=PASSWORD,workgroup=WORKGROUP_NAME,ip=1.2.3.4,iocharset=utf8

  • smbclient error
message like this
Server does not support EXTENDED_SECURITY

--> add below setting bottom of 'Global Settings' part of file /etc/samba/smb.conf on client machine
client ntlmv2 auth = no


Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2018-06-17 15:30:19
Processing time 0.0051 sec