On 7/21/05, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
On 7/21/05, Puneet Lakhina puneet.lakhina@gmail.com wrote:
Hi, how can i mount a windows shared folder on my linux box.. please tell me the command as well as the enrty i can make in fstab. I am using fc2 n the windows machine's os is XP..
smbmount //mywindozehost/mysharename /mnt/winshare -o username=puneet password=secret
alternatively you could use a credentials file like this:
smbmount //mywindozehost/mysharename /mnt/winshare -o credentials=/root/mycreds
and put in the username & password in the file like this: username = <value> password = <value>
As for fstab, i dont remember. But it isnt that difficult ;)
I Have provided the entry for fstab see the thread above ....
rk
Regards, Dinesh