Author Topic: Problem with Samba EVFSGUI  (Read 6788 times)

rdunkle

  • Guest
Problem with Samba EVFSGUI
« on: March 23, 2015, 02:09:28 pm »
I am trying to connect to a Win 8.1 share and a Samba share.
I notice I am unable to connect to either one.
A quick check with Wireshark shows the User ID is not being sent
to the server.
--snip ---
Negotiate Protocol Request
Negotiate Protocol Response
Session Setup AndX Request, User: anonymous
Session Setup AndX Response
Tree Connect AndX Request, Path: \\SKY2\AA
Tree Connect AndX Response, Error: STATUS_ACCESS_DENIED
--snip ---

I found out from a Netlabs Trac report that there is a command line
interface.  I think I am missing something and cannot get the cli to
work:

[c:\]evfscli mount smbfs h:\ ;WORKGROUP=HOME;SERVER=SKY2;SHARE=AA;USER=XXXXX;PAS
SWORD=XXXX;EASUPPORTED=0 W
EVC0052: [smbfs] resource was not mounted to h:\
The specified drive does not exist or is not a virtual drive.

Here are the version numbers:
Samba Client Versions:
File system EVFS Version 1.002
Plugin file C:\ECS\DLL\NDPSMB.DLL
Commandline utilities Version 3.3.16-eCS 1.1.2-760
EVFSGUIVersion 2.5.RC4-[2013-04-09]

Greggory Shaw

  • Sr. Member
  • ****
  • Posts: 442
  • Karma: +0/-0
    • View Profile

rdunkle

  • Guest
Re: Problem with Samba EVFSGUI
« Reply #2 on: March 23, 2015, 06:09:15 pm »
I am aware of those security settings in Win 8.
The problem is more basic --  Wireshark showing the userid sent -->   anonymous

Alex Taylor

  • Sr. Member
  • ****
  • Posts: 387
  • Karma: +5/-0
    • View Profile
Re: Problem with Samba EVFSGUI
« Reply #3 on: March 25, 2015, 02:40:17 am »
If you use the command line, you need to run
Code: [Select]
evfscli attach h:first, before issuing the mount command.

rdunkle

  • Guest
Re: Problem with Samba EVFSGUI
« Reply #4 on: March 26, 2015, 03:24:38 pm »
I have found I am able to connect to Windows XP shares.  The EVFSGUI works as normal.
I am not able to connect to Samba 4.1 or Windows 8.1 servers.