Opened 9 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 Changed 9 years ago by Silvan Scherrer

Owner: set to Herwig Bauernfeind
Status: newassigned

afair you can create a log file from within the gui. Please attache it here.

comment:2 Changed 9 years ago by Silvan Scherrer

Milestone: Samba Client GUI (EVFSGUI) 2.1
Version: Samba Client GUI (EVFSGUI) 2.1

comment:3 Changed 9 years ago by Silvan Scherrer

Milestone: Samba Client GUI (EVFSGUI) 2.1Samba Client GUI (EVFSGUI) 2.x

Milestone renamed

comment:4 Changed 9 years ago by Alex Taylor

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:5 Changed 9 years ago by Silvan Scherrer

which client (ndpsmb) do you use?

comment:6 Changed 9 years ago by Alex Taylor

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:7 Changed 9 years ago by Alex Taylor

Updating the ndpsmb plugin seems to have eliminated the error.

comment:8 Changed 9 years ago by Silvan Scherrer

Resolution: invalid
Status: assignedclosed

thx for the feedback. closing it

Note: See TracTickets for help on using tickets.