Hello everybody,
I need to hide a volume from user mode, such that no drive letter is assigned to it.
However, i want to let it mount so that i can access it from kernel mode.
How can this be done?
Thank you in advance.
Tushar.
Hello everybody,
I need to hide a volume from user mode, such that no drive letter is assigned to it.
However, i want to let it mount so that i can access it from kernel mode.
How can this be done?
Thank you in advance.
Tushar.
It cannot really be done. The only thing you can do here is to write a FS filter that denies access
to the target volume if the request comes from the user mode - the user will be able to see the volume, but unable to access it…
Anton Bassov