![]() |
2010-02-17
, 22:47
|
|
Posts: 115 |
Thanked: 116 times |
Joined on Sep 2009
@ Helsinki
|
#72
|
![]() |
2010-02-19
, 09:59
|
Posts: 5 |
Thanked: 0 times |
Joined on Jan 2010
|
#73
|
![]() |
2010-02-19
, 11:39
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#74
|
@b0unc3
I'm unable to mount any share in windows domain.
Wizard creates directory
/media/Remote_Filesystems/<path>@<server>
without errors - but empty. I checked profile ./wm and it is 100% correct.
Could be any relation with:
mount -t cifs //<server>/<path> /<your>/<local>/<path> -o user=<domain>/<user>,pass=<pass>,ip=<ip of server>,direct
You get message: "Mounting the DFS root for domain not implemented yet" ?
This is without troubles:
mount.cifs //<server>/<path> /<your>/<local>/<path> -ouser=<domain>/<user>,pass=<pass>,ip=<ip of server>,direct
The Following User Says Thank You to b0unc3 For This Useful Post: | ||
![]() |
2010-02-19
, 20:23
|
Posts: 38 |
Thanked: 6 times |
Joined on Feb 2010
@ Tata, Hungary
|
#75
|
![]() |
2010-02-19
, 20:36
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#76
|
Hi,
I just registered to this forum as i am having a problem with this package. First of all thanks very much for doing it, i find it very useful. Now to the problem:
I have UTF8 encoded file-system in my samba share, so i needed the nls_utf8 package from testing, and i can even mount correctly (using iocharset=utf8) from the terminal. Unfortunately, i couldn't find this possibility in wizard-mounter.
If there is indeed no such option, would it be possible to add a checkbox for example at samba bookmark creation, for utf8 file-systems? Or alternatively add a field for user defined options. Also, i think it would be a good idea to add a dependency for this nls_utf8 package.
Thanks,
-sc
The Following User Says Thank You to b0unc3 For This Useful Post: | ||
![]() |
2010-02-19
, 23:45
|
Posts: 36 |
Thanked: 20 times |
Joined on Nov 2009
@ Austin, TX
|
#77
|
![]() |
2010-02-20
, 09:26
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#78
|
b0unc3,
Excellent application, works great for me for most of my shares, save one issue I ran into:
I have a share I want to mount. Considering my credentials for that share, the password has a comma (",") in the password. In the documentation of the CIFS kernel module, they make sure to let you know that this will cause an issue, the workarounds being invoking "mount" with the password set in an environment variable or using a credentials file. I tried both approaches without success, which I believe is attributed to differences between a traditional "mount" and busybox "mount".
Has anyone else run into this issue and successfully resolved this? When I get some free time (ha!) I might look into this a bit more.
EDIT: I downloaded the mount.cifs linked in this thread and ran the appropriate command for using mount.cifs with a credentials file, that worked just fine. Do you think you could bake that into a future release?
![]() |
2010-02-20
, 23:35
|
Posts: 398 |
Thanked: 301 times |
Joined on Sep 2007
@ Texas
|
#79
|
![]() |
2010-02-21
, 19:23
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#80
|
If I ssh to the device and mkdir /mnt/frank as root I can then execute:
Nokia-N900-42-11:/root$ sudo mount -t cifs //192.168.1.3/frank /mnt/frank -o u r=guest,pass=
Nokia-N900-42-11:/root$
But if I try to mount using wizard-mounter 1.5.7maemo5.1 I get "Connection refused". This is with Server Address = 192.168.1.3 and Remote Resource = frank
Any ideas?
thanks,
Frank
The Following User Says Thank You to b0unc3 For This Useful Post: | ||
(Popcornhour C-200)
Thank you, Daniele