Hello all,
I wrote a filter driver based on minispy which works fine on NTFS.
If I want to make it work on FAT32, does it require a completely new driver
or can I use the one I have with a few modifications?
The reason I ask is because my FilterAttach on a FAT32 volume fails with
error ERROR_FLT_VOLUME_NOT_FOUND.
I’d like to know if that may be just a minor error or if I need a completely
different approach.
Thanks a lot, bjorn