|
What
Manilal
suggested is probably the easiest way to do it. However, if that doesn't work for some reason or you ever have a requirement of mapping a windows share to a directory of your choice, add the following line to /etc/fstab \\servernameorip\share <targetdir> cifs defaults,user=username,pass=password 0 0 If you don't want this share to be mounted at boot, use the noauto option in addition to defaults. For example, the line in my fstab reads \\10.1.2.50\media /media/laptop cifs defaults,noauto,user=myuser,pass=mypass 0 0 Regards, Kurian On 03/23/2009 05:01 PM, Manilal K M wrote: 2009/3/23 Arun v vempan <[email protected]>:Dear All, --~--~---------~--~----~------------~-------~--~----~ "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google
For details visit the website: www.ilug-tvm.org or the google group page: http://groups.google.com/group/ilug-tvm?hl=en |
- [fsug-tvm] Mapping Network Drive in Linux Arun v vempan
- [fsug-tvm] Re: Mapping Network Drive in Linux Manilal K M
- [fsug-tvm] Re: Mapping Network Drive in Linux P T Ashraf
- [fsug-tvm] Re: Mapping Network Drive in Linux Kurian John
