MLUG: Re: [MLUG] mounting network drive
Re: [MLUG] mounting network drive
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
There are some problems with your mount:

1) the //xyz/ has to be the netbios name
2) the fs is ¨smb¨
3) if you use smbmount (better than mount -t smb), you need to use '¨' around 
the option string (all in one string)

To give you a working sample:

(one line /etc/fstab
------------------
//server03/export    /mntdir        smb 
defaults,credentials=/etc/samba/myusr.cred,user,noauto,uid=myusr,gid=mygrp,umask=0 
0 0
-------------------

myusr.cred:
--------------------------
username=myuser
password=mypass
--------------------------

to mount (not at boot) export from server03 to /mntdir. My options say, that 
the right are setup for a user myusr.mygrp (if left out this is root.root) 
etc.

I have some lines like this, and they work with RH7.x, RH8 RH9, Knoppix. So 
there is a good chance for you too.

/sven



On Tuesday 08 July 2003 05:51 pm, Laxma Reddy wrote:
> Hi,
>  I installed linux on my office desktop.
>  (Before Linux there was Windows2000 and it required
> my bengal id and password {bengal.missouri.edu} to
> login and the network folders were easy to map).
> 
>  Now, I want to map the network drive to my Linux box.
> 
>   I tried 
>     mount -t smbfs -o //128.206.206.202/folder
> /mnt/folder
>     mount -t smbfs username=yyyyy,password=xxxx
> //128.206.206.202/folder /mnt/folder
>     (also tried username=tigers/yyyyy)
> 
>    but none of them are working.
> 
>    I can do ftp to the above server but cannt mount.
> 
>    Am I missing something here...??
> 
>    Plz..help me
> 
> laxma
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> _______________________________________________
> members mailing list
> EMAIL:PROTECTED
> http://mlug.missouri.edu/mailman/listinfo/members
> 
> 


_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members