The Following User Says Thank You to uvatbc For This Useful Post: | ||
|
2010-04-21
, 22:15
|
Posts: 28 |
Thanked: 3 times |
Joined on Jan 2010
|
#152
|
|
2010-04-21
, 22:20
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#153
|
That's just it, I can only mount these shares using these console commands. If I try to mount with WM, even with what appear to be the same parameters, I still get the "connection refused" error.
I am hoping to discover what is different regarding the commands vs. WM.
|
2010-04-21
, 22:21
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#154
|
|
2010-04-23
, 01:42
|
Posts: 180 |
Thanked: 41 times |
Joined on Mar 2007
@ Maine
|
#155
|
|
2010-05-02
, 22:26
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2010
|
#156
|
@uvatbc: thanks to report I will fix it asap
@Crashdot: The previous command line to mount samba/cifs share is exactly the same that wizard-mounter use, so I will bet the problems remain in the parameters.
BTW for mounting NFS by command line type:
mount -t nfs REMOTEIP:/SHARENAME /mnt/
Please keep in mind that in order to mount nfs you need to start the portmap service.
|
2010-05-04
, 00:11
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#157
|
|
2010-06-02
, 02:00
|
Posts: 38 |
Thanked: 8 times |
Joined on Apr 2010
|
#158
|
|
2010-06-05
, 20:38
|
Posts: 38 |
Thanked: 8 times |
Joined on Apr 2010
|
#159
|
|
2010-06-07
, 12:55
|
Posts: 49 |
Thanked: 7 times |
Joined on Apr 2010
|
#160
|
-> If the profile name has a period in it eg "Home samba 3.x", then wm has issues with displaying full name. Using that profile is impossible.
Work around: Renamed the file from the command line and replaced "." with "-" and we're back in business.
Are you looking for the first period from the beginning of the profile file name anywhere? Change the code to look reverse from the end of the file.
That should fix this.