dokan-dev / dokany

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

some doubts in dokanfuse #1205

Closed PeachBlossomIsland closed 3 months ago

PeachBlossomIsland commented 3 months 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

[ Y] I checked my issue doesn't exist yet [ Y] My issue is valid with mirror default sample and not specific to my user-mode driver implementation [ Y] I can always reproduce the issue with the provided description below. [ Y] I have updated Dokany to the latest version and have reboot my computer after. [ Y] I tested one of the last snapshot from appveyor CI

Description

Question1: Can the icon of the mounted disk be set through the fuse interface, for example, can the mounted disk be set as a phone icon instead of the default icon in Windows? If possible, which interface to use for setting. Question2: How to mount a disk in a network location through the fuse_setup interface without displaying the server in the UNC path? The disk name can be displayed as a custom.

Logs

no log

PeachBlossomIsland commented 3 months ago

What do - m and - n represent in the argv parameter of the fuse_setup interface? There are also similar parameters like this. Thanks very much

PeachBlossomIsland commented 3 months ago

Question3:How to rename a disk name after mounting it through fuse_setup?