Camm Maguire wrote:
> 
> The Conner gives the problem:
> 
> Feb 27 06:23:16 intech9 kernel: st0: Error with sense data: [valid=0] Info fld=0x0, 
>Current st09:00: sns = 70  5
> Feb 27 06:23:16 intech9 kernel: ASC=20 ASCQ= 0
> Feb 27 06:23:16 intech9 kernel: Raw sense data:0x70 0x00 0x05 0x00 0x00 0x00 0x00 
>0x0a 0x00 0x00 0x00 0x00 0x20 0x00 0x00 0x00
> 
> and occaisional 'gunzip: unexpected end of file' errors on verifying
> the tape.
> 
> Take care,
> 
> --
> Camm Maguire                                            [EMAIL PROTECTED]

ASC/ASCQ of 0x20/0x00 means "Invalid command operation code". So the
drive is rejecting a command sent to it by the driver. If the other
drive that is working is identical to seemingly non-working one, maybe
this drive is going bad. 

st driver prints the SCSI command that may have caused this error only
when compiled with debug turned on. Maybe st driver should always print
the command that results in a check condition as long as the command is
not a Test Unit Ready or Mode Sense. 
 
====================================================================
Khalid Aziz                             Linux Development Laboratory
(970)898-9214                                        Hewlett-Packard
[EMAIL PROTECTED]                                    Fort Collins, CO
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to