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

Can dokany access by unc-name? #1139

Closed ylgybbz closed 1 year ago

ylgybbz commented 1 year 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

after create fs using memfs.exe /l M /n \abcd\fs1, when i try to access \\abcd\fs1 from the same host, it comes error: "windows cannot access \abcd\fs1". Can this kind of operation be supported?

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 1 year ago

Hi @ylgybbz .

This is supported. Does the device shows connected when you list ? (green)

ylgybbz commented 1 year ago

Hi @ylgybbz .

This is supported. Does the device shows connected when you list ? (green) image

I could see this,but failed to access

Liryna commented 1 year ago

Mapping the network drive will not work but accessing it directly will. If you are looking to share the device you can simply mount it without the network option and share it through the explorer properties.

ylgybbz commented 1 year ago

Mapping the network drive will not work but accessing it directly will. If you are looking to share the device you can simply mount it without the network option and share it through the explorer properties.

actually,I‘m looking for a method to mount the volume without DriveLabel,because available drivelable(A-Z)is too few。Maybe it's not supported?

Liryna commented 1 year ago

No it is not possible yet. See https://github.com/dokan-dev/dokany/issues/879