Hi,
Is it possible to find the source CD drive when a song is ripped by an
application on a system that has multiple CD drives.
Our file system filter driver monitors all the files that are written on
disk and which process is doing and when applications like media player rip
a song from CD we want to find from which drive they have ripped when there
are more than one CD drive.
Any information is helpful.
Thanks,
Kedar.
kedar wrote:
Our file system filter driver monitors all the files that are written on
disk and which process is doing and when applications like media player rip
a song from CD we want to find from which drive they have ripped when there
are more than one CD drive.
I think you’re well inside the realms of the ‘how do i detect copy’
question there… and that has been answered so many times it’s not
worth going into.
You are going to have to monitor reads from the CD drives if you want to
stop something reading it… subsequent writes are *far* too late.
Tony