|
|
2007-09-19
, 20:47
|
|
Posts: 147 |
Thanked: 12 times |
Joined on Aug 2007
@ Washington State
|
#2
|
Nokia-N800-26:/# cd /home/user/MyDocs/.documents Nokia-N800-26:/home/user/MyDocs/.documents# insmod ./cifs.ko Nokia-N800-26:/home/user/MyDocs/.documents# mkdir s1_pictures Nokia-N800-26:/home/user/MyDocs/.documents# mount -t cifs //192.168.1.115/pictures s1_pictures -o domain=frase,user=root,password=****** Nokia-N800-26:/home/user/MyDocs/.documents# cd s1_pictures Nokia-N800-26:/home/user/MyDocs/.documents/s1_pictures# ls 05-11-07 misty.jpg The Wreckers - Stand Still - Look Pretty.pspimage 1024 x 768.jpg Thumbs.db 110705_1253a.jpg Tim McGraw - Let It Go.jpg ...
|
|
2007-09-20
, 12:36
|
|
Posts: 2 |
Thanked: 0 times |
Joined on Sep 2007
|
#3
|
I followed the instructions in http://maemo.org/community/wiki/HowToAccessWindowsCIFS and got fanoush's cifs.ko file (http://handhelds.org/~fanoush/maemo/...06.51-6.tar.gz - it says it is for the second IT 2007 release). But, I just can't mount a share!
I tried passworded and non-passworded (guest) shares from two different computers. None could be mounted. What worries me is that it gives me the same message even if I put in a dud ip address for the share. So the problem could be on a more fundamental level.
If I don't provide any options with -o when mounting, it just says something like:
The shares themselves are fine, as I can mount them from both, linux and windows computers.
I think the cifs module loads fine as I can see it with lsmod, remove it with rmmod and reload it again.
Anyone got an idea of what I'm doing wrong? Do I need another version of the cifs.ko module?
cheers
P.S.
- I'm using "sudo gainroot" to become root.
- The mount directories do exist.
- The computers witht cifs/samba shares are accessible. I can ping them.
- The samba ports are not blocked.
Last edited by mus; 2007-09-19 at 20:14. Reason: adding detail