Hi,
I am a Linux user. I use Fedora Core1. I've recently connected to a network. All the other users on the network are windows users.They have shared some of their drives like
software (D
drive on the network. I don't know how i can access their
shared drives.I know i will have to use samba and edit the samba.conf file and encrypt my passwords and set a username.... etc.
I've read many articles but to no avail. Almost all articles deal with sharing my own files over the network. But what i want actually is to access the files of other users who are using windows
I also tried editing the samba.conf file and setting my workgroup and all but with no success.
I start the samba server and try to connect to a windows machine with ip say 10.10.27.202 who has shared his D drive over the network with command like
[root@localhost koodoo]# mount -t smbfs //10.10.27.202/D /mnt/share
and then it asks for a password. I don't know what this password is about and neither does my windows friend because he did not set any password when he enable file sharing on his machine so i just press enter and get the error message
Password:enter
24394: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share name)
SMB connection failed
if i give any password i get the same error message
Please give me an example of how to access my friend's shared drive through my Linux box
He has shared his D drive over the network
Complete name of the drive is Software (D
His I.P is 10.10.27.202 on our local lan
I've posted this question on many forums and i've got very geek answers which i could not understand
please consider that i am a newbie and please give me something that would get me out of this problem
I guess this forum is for helping out Linux newbie's who are stuck up like me