I’m running a mini filter on XP sp2 and it does not call my InstanceSetup
callback for dynamic disk partition mounted to a drive letter.
The dynamic disk has three partitions, 2 of them are mounted to C:\dynmnt
and the third is mounted as drive F:.
I get one InstanceSetup callback for the partitions mounted to C:\dynmnt
where the dos name is “C:\dynmnt”, however, I get no callback for the
partition mounted to F:
If I try to manually do the mount by first calling FltGetVolumeFromName
passing it F: it returns STATUS_FLT_VOLUME_NOT_FOUND.
Can you tell what is going on?
Ken