Notices


Reply
Thread Tools
Posts: 6 | Thanked: 0 times | Joined on Feb 2010
#71
It's working great for me!
(Popcornhour C-200)
Thank you, Daniele
 
Soppa's Avatar
Posts: 115 | Thanked: 116 times | Joined on Sep 2009 @ Helsinki
#72
Originally Posted by b0unc3 View Post
For samba shares you must enter username/password (you can use the guest user if it is not setted on your server).
Btw for the "Connection timed out" error you'd better make sure that the remote address is correct (can you ping this address ?)
The address is indeed correct, I can ping it from the terminal just fine. The sharename is also 100% correct, but it just doesn't work. Also, I can access the shares with my laptop which is connected to the same WLAN as the N900. No authentication required with the laptop (running xp) either. I have TVersity server on the mediapc which I can see as DLNA share in the media player and the file manager. I even tried turning that off in the odd chance that it would've affected the problem, but it didn't seem to make any difference at all.
 
Posts: 5 | Thanked: 0 times | Joined on Jan 2010
#73
@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

Last edited by mrmza; 2010-02-19 at 10:01.
 
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#74
Originally Posted by mrmza View Post
@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
Yes, I bet the problem is with the error output you're getting running mount manually , since wizard-mounter run exactly that command.
I have to admit that I don't know very well what this error mean or what cause it (maybe the cifs module?).
Btw the main difference between running "mount -t cifs" or "mount.cifs" is that mount.cifs will auto-resolve the ip address of the server for you if you don't pass it in the -o command line (iirc) but wizard-mounter has a workaround to automatically resolve the ip address (maybe check out the ip address?).
I will investigate more on this behavior.
 

The Following User Says Thank You to b0unc3 For This Useful Post:
Posts: 38 | Thanked: 6 times | Joined on Feb 2010 @ Tata, Hungary
#75
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
 
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#76
Originally Posted by ScarCow View Post
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
Hi,
first of all, welcome!
Unfortunately there is ( ) no possibility (atm) to pass optional parameters to the mount command but I would also say that this is on my ToDo list, so it should be available in the next version.
Putting nls_utf8 as dependency could not be a good option, whoever want to pass optional parameter to the mount command I suppose he know what is doing and what he need.


Best Regards.
 

The Following User Says Thank You to b0unc3 For This Useful Post:
Posts: 36 | Thanked: 20 times | Joined on Nov 2009 @ Austin, TX
#77
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?

Last edited by bmouring; 2010-02-20 at 00:12.
 
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#78
Originally Posted by bmouring View Post
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?
Yes, I think I'll come back to use mount.cifs as it was before.
 
Posts: 398 | Thanked: 301 times | Joined on Sep 2007 @ Texas
#79
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
 
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#80
Originally Posted by Frank Banul View Post
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
You need to set also the username/password (guest I suppose)
 

The Following User Says Thank You to b0unc3 For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 01:13.