I'm trying to create a mount drive from my Windows PC to access photos via the Nokia 770 I have used the instructions from the "How To Access Windows CIFS" guide at http://maemo.org/maemowiki/HowToAccessWindowsCIFS 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