dd problems

Conor P. Cahill cpcahil at virtech.uucp
Sun Jun 23 11:02:26 AEST 1991


frazier at oahu.cs.ucla.edu (Greg Frazier) writes:

>	prompt) dd if=/dev/rst1 of=/dev/null bs=1024
>and this error msg appears on the console:
>st1:     Error for command 'read', Error Level: 'Fatal'
>        Block: 0        File Number: 0
>        Sense Key: No Additional Sense
>        Incorrect Length Indicator Set

>What is a length indicator?  Is this something on the tape,
>or is this an undocumented parameter of dd?  Any help would

This is not an error message from dd.  It is probably an error
message from the device driver for the tape drive (or scsi drive
if the tape drive is hung off the scsi bus).  I would guest that
the data was written to tape with a larger block size than you 
are reading it with.  Try to increase bs (set it equal to the
blocking factor used in makeing the tape).

>file I attempt to dd.  I have also tried *not* setting
>a block size on the dd (i.e. letting it be the default).

This would be worse because dd usually defaults to 512.
-- 
I guess these are the views of VTI - since it is my consulting company.

Conor P. Cahill              (703)430-9247              uunet!virtech!cpcahil 
Virtual Technologies, Inc.  46030 Manekin Plaza            Sterling, VA 22170 



More information about the Comp.unix.admin mailing list