I was able to do everything in this "how to" guide except actually getting the drive to mount.
For refernce here's the command I used:
mount -t cifs //192.168.1.112/Nokia770 myPC -o domain=MSHOME,user=gs,password=secretpassword
When I executed this command I got the following error:
Can't find //192.168.1.112/Nokia770 in /etc/fstab
I'm a NOOB using linux but from this error I suspect that I need to edit the /etc/fstab file.
I'm not sure what needs to be added to this file. Any clues, suggestions etc will be appreciated.
THX
the //w.x.y.z/Nokia770 is the IP and shared folder name on the Windows box, not the 770. "myPC" is the name of the mount location on the 770 where you want the connection to be made. and, you should already have a folder of that name (ie, mkdir myPC)
I am the author of that Howto. It reflects my personal experience and can certainly be improved if something is missing or unclear ; however, I can confirm that it works for me and I have never touched the fstab file :-)
Thanks for all the input, I was able to successfully mount Windows PC folders !!!
However, I have not been able to mount a Drive at the Top level such as the shared drive "E:" with the Sharing and Security label of "Files (E)"
I tried mount....//192.168.1.112/E.........
mount....//192.168.1.112/Files E..........
mount....//192.168.1.112/Files (E)..........
None of these worked
Is there a special way to handle the top level of a drive or does the cifs.ko work only on shared folders?