Disk filter driver to prevent mounting of volume

Hi List,

I’m writting a disk filter driver for a security application. Currently I
have a seperate partition to store some of the data used by my application.
It’s a FAT32 partition and I’m trying to prevent windows from mounting it,
meaning I don’t want it to be visible from windows, even through the disk
manager.

Is there any way I can prevent mounting of this particular volume using a
disk filter driver?

Thanks,
Kelvin