I am a total beginner to Raspberry Pi 2. I have it connected to a wired network that only has one other machine, a Win 7 computer. I am pretty sure I installed CIFS and Samba correctly in order to make a folder on my Pi available to the network. I then also modified my FSTAB file by adding this line:
//192.168.0.100/c/pi /media/share cifs username=myusername,password=mypassword,uid=1000,gid=1000,ipcharset=utf8 0 0
Obviously myusername and mypassword represent where I put my real username and password for the Windows machine.
As it turns out, my Windows machine can see and login to my Raspberry Pi, but my Raspberry Pi won't connect to my Win 7 machine.
I added a 2nd Win 7 machine to the network just to see if IT had any trouble logging into the first Win 7 box, and it worked fine first try. So I don't see it being any router or firewall issues, and the Win 7 system seems to be configured right.
The Raspberry Pi is able to ping the I.P. of the Win 7 machine. Just not connect the way it should.
I am so new to this, I am sure I am making some dumb mistake. Any suggestions are appreciated.