Hello:
WinFsp creates drives in a number of different ways. The default way is to use DefineDosDeviceW, which creates drives in a per-user namespace. This means that a drive created by user Bob is only accessible by user Bob.
The drive namespace for an elevated user (e.g. in an Administrator prompt) is different from the drive namespace for the same user but non-elevated. This means that if you create a drive as Administrator you will not be able to access it when non-elevated (and vice versa). This is by Windows design and not specific to WinFsp.
I hope this explains the behavior your are seeing.
WinFsp also allows the creation of drives accessible by all users:
Thanks.
Bill
--
You received this message because you are subscribed to the Google Groups "WinFsp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
winfsp+un...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/winfsp/002bb920-b8a0-4ea9-be09-2c7ffb7df0c8n%40googlegroups.com.