[Tfug] Mounting NAS on Debian

Tom Rini trini at kernel.crashing.org
Mon Jan 18 11:34:41 MST 2010


On Mon, Jan 18, 2010 at 12:08:39AM -0500, Charles R. Kiss wrote:
>
> mount -t cifs -o user=myusername password=mypassword //192.168.x.x/SHARE /mnt/<mountpoint>
>
> I'm having no luck.
>
> The address is: 192.168.x.x
> The hostname is yyyyyy
> The username is myusername
> The password is mypassword

At work I have some CIFS mounts to use from time to time and use
smbmount rather than mount -t, and that's when it works.  Syntax is
smbmount //ip/SHARE /mnt/MOUNTPOINT -o username=U,password,P

-- 
Tom Rini




More information about the tfug mailing list