Active Topics

 


Reply
Thread Tools
Posts: 34 | Thanked: 2 times | Joined on Mar 2006
#1
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
 
Hedgecore's Avatar
Posts: 1,361 | Thanked: 115 times | Joined on Oct 2005 @ Toronto, Ontario, Canada
#2
I had the same issue. Make sure you're root when you try it. (I could swear I was when I did it but it worked later on)

'sudo gainroot'

Also, make sure you've run 'insmod cifs.ko' in the same shell instance you're trying to mount in.

(Lemmie know if that's not clear, since you got the cifs module installed I assume ya know a bit)
 

The Following User Says Thank You to Hedgecore For This Useful Post:
Posts: 114 | Thanked: 7 times | Joined on Jan 2006
#3
Originally Posted by pc4ever1
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

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)
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#4
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 :-)
 
wiredless's Avatar
Posts: 96 | Thanked: 2 times | Joined on May 2006
#5
Anyone have odd issues like system font changing size after mounting a share using the said cifs method?
 
Hedgecore's Avatar
Posts: 1,361 | Thanked: 115 times | Joined on Oct 2005 @ Toronto, Ontario, Canada
#6
System font in what, the shell or the GUI? (In either case, no.)
 
Posts: 34 | Thanked: 2 times | Joined on Mar 2006
#7
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?

As always TIA
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#8
Try E$ as the share name.
 
Posts: 34 | Thanked: 2 times | Joined on Mar 2006
#9
One last question, is there a batch file, script or file that I can edit to enable these shared drives during startup and maintain them at all times?
 
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#10
You mean on the WIndows side ? They should be persistent between reboots until you disable them yourself...
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:44.