[Samba] Share USB pendrive in ADSL router

Rowland Penny rpenny at samba.org
Tue Jun 6 18:40:04 UTC 2017


On Tue, 06 Jun 2017 18:45:38 +0100
Rodolfo Medina via samba <samba at lists.samba.org> wrote:

> Rodolfo Medina <rodolfo.medina at gmail.com> writes:
> 
> > I'm new to use of Samba.  I plugged a USB pendrive into router but
> > don't know how to mount it.  Please help whoevere can.
> 
> 
> I did:
> 
> $ smbclient -L 192.168.1.1
> WARNING: The "syslog" option is deprecated
> Enter rodolfo's password: 

Just press enter here

> Connection to 192.168.0.1 failed (Error NT_STATUS_IO_TIMEOUT)
> 
> and also:
> 
> # mount -t cifs //192.168.1.1/USB_Storage /mnt/public --verbose -o
> guest mount.cifs kernel mount options:
> ip=192.168.1.1,unc=\\192.168.1.1\USB_Storage,user=,pass=********
> mount error(115): Operation now in progress
> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
> 
> Any suggestions?

You could try doing what it says, run 'man mount.cifs', or you could
try it like this:

mkdir /mnt/cifs
mount.cifs //192.168.1.1/USB_Storage /mnt/cifs

Rowland



More information about the samba mailing list