Opened 10 years ago
Closed 9 years ago
#250 closed defect (invalid)
SYS0123 error attempting to mount remote directory in EVFSGUI
Reported by: | Alex Taylor | Owned by: | Herwig Bauernfeind |
---|---|---|---|
Priority: | major | Milestone: | Samba Client GUI (EVFSGUI) 2.x |
Component: | Samba Client GUI | Version: | Samba Client GUI 2.x |
Keywords: | Cc: |
Description
Attempting to mount the remote directory 'video' to J:\video produces the following error: SYS0123: A file name or volume label contains an incorrect character.
Neither the remote share name nor the local volume name contains anything other than letters.
Using EVFSGUI 2.5 rc7.
Mounting from the command line using
EVFSCLI MOUNT SMBFS J:\video ;WORKGROUP=xxxx;SERVER=yyyy;SHARE=video;USER=****;PASSWORD=****;EASUPPORT=0 W
works just fine.
Change History (8)
comment:1 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Milestone: | → Samba Client GUI (EVFSGUI) 2.1 |
---|---|
Version: | → Samba Client GUI (EVFSGUI) 2.1 |
comment:3 by , 9 years ago
Milestone: | Samba Client GUI (EVFSGUI) 2.1 → Samba Client GUI (EVFSGUI) 2.x |
---|
Milestone renamed
comment:4 by , 9 years ago
Checking the debug output, the error popup follows these commands:
19:38:58 ParseResourceData done Dynamic cod: ok = EVFSRxMount('SMBFS','J:\video', ';WORKGROUP=MYDOMAIN;SERVER=yyyy;SHARE=video;USER=*******;PASSWORD=*******;CTO=10;CLD=32;EASUPPORT=1', 'W') 19:38:58 Mount "V\video" = 123
I copied the resource string from the output and tried running
EVFSCLI MOUNT SMBFS J:\video ;WORKGROUP=MYDOMAIN;SERVER=yyyy;SHARE=video;USER=*******;PASSWORD=*******;CTO=10;CLD=32;EASUPPORT=1 W
and got the same error SYS0123 on the command line.
I then tried
EVFSCLI MOUNT SMBFS J:\video ;WORKGROUP=MYDOMAIN;SERVER=yyyy;SHARE=video;USER=*******;PASSWORD=*******;EASUPPORT=1 W
and it worked!
It looks as though the parameters "CTO=10;CLD=32;" are causing this error for some reason.
comment:6 by , 9 years ago
Samba Client Versions:[[BR]] File system EVFS Version 1.002[[BR]] Plugin file E:\PROGRAMS\NDFS\NDPLUGS\NDPSMB.DLL[[BR]] Plugin [[BR]] Commandline utilities Version 3.3.16-eCS 1.1.2-760[[BR]] EVFSGUIVersion 2.5.RC7-[2014-11-14][[BR]]
comment:8 by , 9 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
thx for the feedback. closing it
afair you can create a log file from within the gui. Please attache it here.