User Tools

Site Tools


samba

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
samba [2012/02/28 04:33] – created javapimpsamba [2023/08/18 18:15] (current) – external edit 127.0.0.1
Line 3: Line 3:
 List shares on host: List shares on host:
  
-<code>+<code bash>
 smbclient -L 192.168.1.100 smbclient -L 192.168.1.100
 </code> </code>
Line 9: Line 9:
 Browse share: Browse share:
  
-<code>+<code bash>
 smbclient \\\\192.168.1.100\\shared smbclient \\\\192.168.1.100\\shared
 </code> </code>
Line 15: Line 15:
 Mount: Mount:
  
-<code>+<code bash>
 mount -t smbfs -o username=foo,password=bar //192.168.1.100/shared /mnt/smb mount -t smbfs -o username=foo,password=bar //192.168.1.100/shared /mnt/smb
 +</code>
  
 or or
  
 +<code bash>
 smbmount //192.168.1.103/shared ~/mnt -o username=foo,password=bar,rw smbmount //192.168.1.103/shared ~/mnt -o username=foo,password=bar,rw
 </code> </code>
  
samba.1330403612.txt.gz · Last modified: 2023/08/18 18:15 (external edit)