From: Maxim S. Shatskih [maxim@storagecraft.com]
Sent: Wednesday, January 31, 2001 7:52 AM
To: NT Developers Interest List
Subject: [ntdev] Re: attach to partitions in Windows 2000

> How do I attach a filter driver to partitions in Windows 2000?
> It looks like W2k uses ftdisk and dmio as drivers for partitions/volumes.
>
> So if I wanted to attach to all partitions/volumes I would have to attach
> an upper filter to both ftdisk and dmio??

Intercept the mount path of the filesystem (you need an FS filter for this)
and attach your device object directly above the Vpb->RealDevice.
This works. Surely, it will support both FtDisk and dmio.

    Max


---
You are currently subscribed to ntdev as: GlennEverhart@FirstUSA.com
To unsubscribe send a blank email to leave-ntdev-247T@lists.osr.com