dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.2k stars 661 forks source link

socket creation failed using an executable with Dokan as network device #1089

Open broj opened 2 years ago

broj commented 2 years ago

Feature request can skip this form. Bug report must complete it. Check List must be 100% match or it will be automatically closed without further discussion. Please remove this line.

Environment

Check List

Description

like https://github.com/dokan-dev/dokany/issues/92 mount as network device get the same error。

mount use command: mirror.exe /r f: /l L /n \myfs\myfs1 run an executable with socket creation in L:\ got the error 10022 using socket(AF_INET,SOCK_STREAM,0)

Logs

Please attach in separate files: mirror output, library logs and kernel logs. In case of BSOD, please attach minidump or dump analyze output.

Liryna commented 2 years ago

@broj does using a local with mount manager make it work ? /o

broj commented 2 years ago

@broj does using a local with mount manager make it work ? /o

it work。

with Network drive mode(/n) make fail,win7 has problem, win10 is ok

Liryna commented 2 years ago

So the issue is only seen with /n on Win7 ? and WITHOUT /o it always work ? Could you share the logs generated on Win7 by:

broj commented 2 years ago

So the issue is only seen with /n on Win7 ? and WITHOUT /o it always work ? Could you share the logs generated on Win7 by:

  • mirror.exe /r f /l L /n /e - socket should fail
  • mirror.exe /r f: /l L /e - socket should work

socket _fail.LOG

socket_work.LOG