Testing DOKAN_OPTION_CURRENT_SESSION feature #1226
israelzimmerman
started this conversation in
General
Replies: 1 comment
-
Hi @israelzimmerman ,
This is only logged for mount with drive letter. I created #1227 to avoid this usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tested current session feature and it does not working at all, checked with ssh server on the computer and connected using ssh client from other computer
I need to prevent unauthorized users to use my file system directory.
After checking on the driver sources i saw that the message "Not using Mount Manager" should appear on System events
and it does not
I suggest to add more debug information including the following parameters:
Dcb->UseMountManager
Dcb->MountGlobally
SessionId
I am using the mirror sample with this command line:
mirror.exe /c /r C:\mount\fs.mirror /l C:\mount\fs
Do you have any ideas why current session mode is not working?
I think that some problems also exists after computer sleep that need to be checked
Beta Was this translation helpful? Give feedback.
All reactions