Re: filter driver for disk.sys
- From: "Nidhi Malik" <nidhi.malik@xxxxxxxxxxxxxxx>
- Date: Wed, 19 Sep 2007 10:24:39 +0530
Hi ,
Actully i have to write on the disk using WriteFile() from my appliction. But in vista it gives error "Access Denied" . So i am trying to control read and write operation in disk using my filter driver so that i can write on disk from my application. I dont known that it will solve my problem or not but i known that kernel mode driver can solve this problem. And that is what i am trying . Also as this driver should work for my application only. I want it personal interaction from my appliction so that no other appliction go through it.
Thank in advance
Nidhi
"Nidhi Malik" <nidhi.malik@xxxxxxxxxxxxxxx> wrote in message news:uX8O7rf%23HHA.5840@xxxxxxxxxxxxxxxxxxxxxxx
Hi Don,
Thanks for reply
yes, all the symbols was correct.I debugg my all other driver like this only. But i am facing big problem while handling disk class filter driver.I want to interact to that driver from my user application. But when i was installing that driver from my application at run time( using createservice ) i get startservice fail. so i make an inf file for installing driver where restart is require. Then i am not able to debug it. Also i am not able to communicate it from user application. Do u know any good example that can help mw out.
Nidhi
"Don Burn" <burn@xxxxxxxxxxxxxxxxxxxx> wrote in message news:OBNTBhf%23HHA.1208@xxxxxxxxxxxxxxxxxxxxxxxWhat do you mean all the debugging options are disabled? Do you have the correct symbols for your driver loaded by WinDBG? Did you try to look at variables or set breakpoints when you stopped at DriverEntry?
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"Nidhi Malik" <nidhi.malik@xxxxxxxxxxxxxxx> wrote in message news:uZ0koRf%23HHA.1188@xxxxxxxxxxxxxxxxxxxxxxxHi all,
I had install diskperf.sys(WinDDK/6001/src/storage/filters/storage/diskperf) as upper filter driver for class disk drive using inf file (StartType = 0). It is loaded succesfully and in windbg stop at its breakpoint that is DriverEntry. But the problem is this that i am not able to debug it further as all the debugging options are disable. I am not able to understant the problem. Can anybody help me.
Thanks in advance
Nidhi
.
- Follow-Ups:
- Re: filter driver for disk.sys
- From: Don Burn
- Re: filter driver for disk.sys
- References:
- filter driver for disk.sys
- From: Nidhi Malik
- Re: filter driver for disk.sys
- From: Don Burn
- Re: filter driver for disk.sys
- From: Nidhi Malik
- filter driver for disk.sys
- Prev by Date: Miniport versus intermediate???
- Next by Date: Load bmp from resource
- Previous by thread: Re: filter driver for disk.sys
- Next by thread: Re: filter driver for disk.sys
- Index(es):
Relevant Pages
|