How to install filter driver

Hi all. I write filter driver and i want to install it on existing device(\Device\HarddiskVolume1). How can i do this? Please help.

Take a look at the ‘diskperf’ sample in the wdk (src/storage/diskperf).

Good luck,

mm

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@gmail.com
Sent: Monday, September 06, 2010 9:41 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] How to install filter driver

Hi all. I write filter driver and i want to install it on existing
device(\Device\HarddiskVolume1). How can i do this? Please help.


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

No ways at all without reboot if we are about the SystemRoot volume, or any volume with a pagefile, or any volume with an app running of it.


Maxim S. Shatskih
Windows DDK MVP
xxxxx@storagecraft.com
http://www.storagecraft.com

wrote in message news:xxxxx@ntdev…
> Hi all. I write filter driver and i want to install it on existing device(\Device\HarddiskVolume1). How can i do this? Please help.
>

Thank to all for reply.