How to filter the reparsed mount point.

I have a filter driver to attach each local drive (C:, D:) using
IoAttachDeviceToDeviceStack. Now I have a unnamed NTFS partition and mount
it into c:\test. Then my filter can not detect anything underneath c:\test.
I assume I need to call IoAttachDeviceToDeviceStack for that NTFS
partition, in C: D: case, I am using L"\DosDevices\C:\", let say this
unnamed NTFS partition is in “\DEVICE\HARDDISK2\PARTITION1”, can I just
use this name to attach it?

Thanks.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com