Samba: Difference between revisions

From Halfface
Jump to navigation Jump to search
Line 6: Line 6:
=list shares=
=list shares=
  smbclient -L <windows-box> -U <username>
  smbclient -L <windows-box> -U <username>
=mount share=
mount -t cifs //www.halfface.se/C\$ -o username=username,password=password /mnt/disk/
[[Category:Applications]]
[[Category:Applications]]
[[Category:Unix]]
[[Category:Unix]]
[[Category:Storage]]
[[Category:Storage]]

Revision as of 21:38, 2 February 2015

Swedish stupis letters in filename.

display charset = iso8859-1
unix charset = iso8859-1

list users

pdbedit -L -v

list shares

smbclient -L <windows-box> -U <username>

mount share

mount -t cifs //www.halfface.se/C\$ -o username=username,password=password /mnt/disk/