User Tools

Site Tools


samba

This is an old revision of the document!


Useful Commands

List shares on host:

smbclient -L 192.168.1.100

Browse share:

smbclient \\\\192.168.1.100\\shared

Mount:

mount -t smbfs -o username=foo,password=bar //192.168.1.100/shared /mnt/smb

or

smbmount //192.168.1.103/shared ~/mnt -o username=foo,password=bar,rw
samba.1330403612.txt.gz · Last modified: 2023/08/18 18:15 (external edit)