Hi,
I want to monitor/filter the open of a hard disk volume and the hard disk device itself, so e.g. \Device\HarddiskVolume5 and \Device\Harddisk3\DR3.
I’m able to monitore the open of a volume, I can use a minifilter and check in the PreCreate for the FO_VOLUME_OPEN.
AFAIK I will not see the open of the harddisk in the minifilter as it’s only attached to the volume - correct?
So I tried it with the diskperf sample from ddk on W2K3 - but I never see the IRP_MJ_CREATE if the hard disk was opend (DiskPerfCreate was not called).
I see other IRPs like READ/WRITE and IOCTL.
Any suggestion how to do it - or hints why I do not see it in diskperf?
Thx
Norbert