You are here

Some samba commands

To list shares hosted by host:

smbclient -L host

To mount one of those shares:

sudo mount -t cifs //host/aShare /targetDirectory -o user=username,rw