Re: Filter driver for CD Read/Write activity
From: Vinay (v.sheel_at_mailcity.com)
Date: 04/27/04
- Next message: Peter Wieland [MSFT]: "Re: puzzle on PoSetPowerState() in DDK"
- Previous message: Marco: "Re: SetupDiSetDeviceRegistryProperty"
- In reply to: Don Burn: "Re: Filter driver for CD Read/Write activity"
- Next in thread: Peter Wieland [MSFT]: "Re: Filter driver for CD Read/Write activity"
- Reply: Peter Wieland [MSFT]: "Re: Filter driver for CD Read/Write activity"
- Reply: Maxim S. Shatskih: "Re: Filter driver for CD Read/Write activity"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Apr 2004 20:14:52 +0530
Dear Sir,
My objective is to prevent user to burn certain files into CD .For this I
need to find out the way of monitoring CD burn.I have written file system
filter driver.But writes/burns to CD are not passing through file system
filter driver.
I also found from the net that CD burn happens directly through the CD ROM
disk driver instead of passing through file system. Is this true? If yes
what is the way to intercept CD burns/writes.
Basically i want to know is there any way to get hold of "Write" request
during CD burn so that I can prevent user to burn certain files into CD ?
regds
vinay
"Don Burn" <burn@stopspam.acm.org> wrote in message
news:108q8s82clh863c@corp.supernews.com...
> You can either filter CDFS if you want to see the file actions, or filter
> the CDROM driver if you want the activity at the raw block level. Both
will
> work, just depends on what you want and the complexity you are willing to
> deal with. Filtering CDFS is a file system filter, and is not a small
task.
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Remove StopSpam from the email to reply
>
> "Vinay" <v.sheel@mailcity.com> wrote in message
> news:%2310aXw5KEHA.3012@tk2msftngp13.phx.gbl...
> > Dear Sir,
> > I want to know whether is it possible to monitor Read/Write activity of
CD
> > by writing a kind of filter driver? Like File system filter driver is
> there
> > to monitor Read/Write of file activities.Similar thing i want to do for
> > CD-ROM also.
> >
> > Plz reply.
> >
> > regds
> > vinay
> >
> >
> >
> >
>
>
- Next message: Peter Wieland [MSFT]: "Re: puzzle on PoSetPowerState() in DDK"
- Previous message: Marco: "Re: SetupDiSetDeviceRegistryProperty"
- In reply to: Don Burn: "Re: Filter driver for CD Read/Write activity"
- Next in thread: Peter Wieland [MSFT]: "Re: Filter driver for CD Read/Write activity"
- Reply: Peter Wieland [MSFT]: "Re: Filter driver for CD Read/Write activity"
- Reply: Maxim S. Shatskih: "Re: Filter driver for CD Read/Write activity"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|