Anyone know if it is possible to deploy a SCSI filter driver without
rebooting. I want to capture I/O commands to a CDROM drive, and relay
stasticial data to a windows app.
Any help, or suggestions would be much appreciated.
Cheers
Anyone know if it is possible to deploy a SCSI filter driver without
rebooting. I want to capture I/O commands to a CDROM drive, and relay
stasticial data to a windows app.
Any help, or suggestions would be much appreciated.
Cheers
Hi, Lee:
I have developed an ecryption filter driver for CD-ROM drives as a lower
filter for that kind of devices, so I manage the drives using SCSI commands.
It’s possible to install the filter without rebooting (in somes cases, it
could depend on the drive… and I have seen CD-ROM units that force to
reboot :-(. The same is applicable in the remove process: sometimes, the
drive (or saying more correctly, the driver) doesn’t support removing (by
using the corresponding SetupDiXXX function).
I hope I have answered your question.
Regards,
Jose Vicente.
-----Mensaje original-----
De: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]En nombre de Lee Griffiths
Enviado el: viernes, 28 de marzo de 2003 13:29
Para: NT Developers Interest List
Asunto: [ntdev] SCSI filter driver
Anyone know if it is possible to deploy a SCSI filter driver without
rebooting. I want to capture I/O commands to a CDROM drive, and relay
stasticial data to a windows app.
Any help, or suggestions would be much appreciated.
Cheers
You are currently subscribed to ntdev as: xxxxx@secuware.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Doubts. On NT4, it is impossible.
On w2k+, this requires stopping and the restarting the CD devnode,
and, if stop fails, the installer suggests the reboot.
Max
----- Original Message -----
From: “Lee Griffiths”
To: “NT Developers Interest List”
Sent: Friday, March 28, 2003 3:28 PM
Subject: [ntdev] SCSI filter driver
> Anyone know if it is possible to deploy a SCSI filter driver without
> rebooting. I want to capture I/O commands to a CDROM drive, and
relay
> stasticial data to a windows app.
>
> Any help, or suggestions would be much appreciated.
>
> Cheers
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to
xxxxx@lists.osr.com
>
Yes, but it is complex. You would need an FS filter driver.
Jamey
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Lee Griffiths
Sent: Friday, March 28, 2003 4:29 AM
To: NT Developers Interest List
Subject: [ntdev] SCSI filter driver
Anyone know if it is possible to deploy a SCSI filter driver without
rebooting. I want to capture I/O commands to a CDROM drive, and relay
stasticial data to a windows app.
Any help, or suggestions would be much appreciated.
Cheers
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com