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't mount a network share #1134

Closed BakaPhoenix closed 1 year ago

BakaPhoenix commented 1 year ago

Environment

Check List

Description

When i try to access the drive i mounted i get this error: image the dokany window is empty: image

The command i used to mount the share is: runas /savecred /user:Administrator "mirror.exe -r \\truenas\nas -l Z"

I added the nas as location and i can access it fine

Logs

mirror_log.txt I couldn't get DbgView logs because the program froze when I tried to save the output, there wasn't anything related to dokany only some razer synapse stuff, if they are needed I'll try to get them again

Liryna commented 1 year ago

Hi @BakaPhoenix

In the logs, it is C:\Users\_YOU_LOGIN_ that is mirrored instead of \\truenas\nas. Could you check and provide new logs ?

Are you sure the mirror has access to \\truenas\nas ?

BakaPhoenix commented 1 year ago

After some testing you are right. The problem is i run dokany as Administrator account to fix some of the permission problems but i never opened the share with that Administrator account, only used my other local account, so it failed to access it.

After accessing and saving the credential with that account i can mount the nas no problem. Thanks for the help.