From: bilm on

"Boba" wrote in message
>> If the discs are all CDs and you are using the same write routine
>> (same exact code) on the exact same drive then :
>> - is the disc a CD-R ? Are the ones that succeed CD-RW ?
>> - check for scratches or dust on the discs that failed
>> - check the disc manufacturer - is it the same one as the discs that
>> succeeded ?
>
> different OSs, different hardware, different media (mint condition).

> (I can't tell what type the discs are: there is no labling on them.)
You need to find out. You may not believe it but one of the major
reasons for write failure is using a disc brand & product rev. not
on the list recommended by the drive manufacturer. Most drives will work on
some discs but not on others.

Download this little proggy and get the disc brand name.
http://dvd.identifier.cdfreaks.com/
then check the discs that failed against the drive manufacturers'
recommended disc brand.


> SCSI bus driver returns SRB_STATUS_ERROR with both QUEUE_FROZEN and
As long as you have supplied enough buffer space for the data
set NO_QUEUE_FREEZE on the SRB.

bilm




From: Boba on
"bilm" <fence61775(a)mypacks.net> wrote in message
news:%23IvRlzpKKHA.1248(a)TK2MSFTNGP04.phx.gbl...
> ...
> Download this little proggy and get the disc brand name.
> http://dvd.identifier.cdfreaks.com/
> then check the discs that failed against the drive manufacturers'
> recommended disc brand.

i'm afraid it's not gonna help: i've got to read the data off of
all brands.

>
>
>> SCSI bus driver returns SRB_STATUS_ERROR with both QUEUE_FROZEN and
> As long as you have supplied enough buffer space for the data
> set NO_QUEUE_FREEZE on the SRB.
>
> bilm

thanks. i'm still working on scsi-direct version...


First  |  Prev  | 
Pages: 1 2
Prev: Type Conversions
Next: Strange MDL behavior