Hi, I am new in device driver development. i am looking for some easy
tutorial to implement HDD Filter. Is there any tutorial ?

Regards
jahid

Re: HDD Filter Driver by Mark

Mark
Wed Jun 21 07:14:35 CDT 2006

jahid wrote:
> Hi, I am new in device driver development. i am looking for some easy
> tutorial to implement HDD Filter. Is there any tutorial ?
>
> Regards
> jahid
>
No, but there is the diskperf sample driver in the ddk, which may help you.

Re: HDD Filter Driver by Don

Don
Wed Jun 21 07:19:58 CDT 2006

Before you go too far, you might describe what you want to do in your
filter. It is way to common for people to want to do things like, control
the writes to a disk by a specific application or user which requires a file
system filter. Give us a clue as to your direction.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply




"jahid" <jahidul.hasan@gmail.com> wrote in message
news:1150878699.209301.150550@c74g2000cwc.googlegroups.com...
> Hi, I am new in device driver development. i am looking for some easy
> tutorial to implement HDD Filter. Is there any tutorial ?
>
> Regards
> jahid
>



Re: HDD Filter Driver by jahid

jahid
Wed Jun 21 20:31:47 CDT 2006

Actually I have not got the spec yet, just my boss says we have to
build a HDD filter driver wich prevent writing data in specefic sector
regards some conditions.

Don Burn wrote:
> Before you go too far, you might describe what you want to do in your
> filter. It is way to common for people to want to do things like, control
> the writes to a disk by a specific application or user which requires a file
> system filter. Give us a clue as to your direction.
>
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> http://www.windrvr.com
> Remove StopSpam from the email to reply
>
>
>
>
> "jahid" <jahidul.hasan@gmail.com> wrote in message
> news:1150878699.209301.150550@c74g2000cwc.googlegroups.com...
> > Hi, I am new in device driver development. i am looking for some easy
> > tutorial to implement HDD Filter. Is there any tutorial ?
> >
> > Regards
> > jahid
> >


Re: HDD Filter Driver by Yun

Yun
Tue Jul 04 02:36:51 CDT 2006

First, study the DDK sample...

"jahid" <jahidul.hasan@gmail.com> wrote in message
news:1150878699.209301.150550@c74g2000cwc.googlegroups.com...
> Hi, I am new in device driver development. i am looking for some easy
> tutorial to implement HDD Filter. Is there any tutorial ?
>
> Regards
> jahid
>