[2047] in linux-scsi channel archive
Re: SCSI DAT not recognized
daemon@ATHENA.MIT.EDU (Pete Popov)
Mon Jun 23 04:51:10 1997
To: kanaan <kanaan@pcastro7.if.ufrgs.br>
cc: linux-scsi@vger.rutgers.edu, Pete_Popov@asd.sel.sony.com
In-reply-to: Your message of "Sat, 21 Jun 1997 23:56:31 -0300."
<199706220256.XAA14717@pcastro7.if.ufrgs.br>
Date: Sun, 22 Jun 1997 18:49:30 -0700
From: Pete Popov <pete@jones.asd.sel.sony.com>
>Now, the SCSI tape is a problem. Actually this looks more like a DAT
>problem than a SCSI problem. It may not be suited for this mailing
>list, sorry if that is the case. We had this DAT unit connected to a
>Sparc5 before and it never worked (I'm told it did work under Windows
>95). querying the unit:
From the init messages that you had attached, I can see you
have a Sony SDT-5000 drive. This is a SCSI-2 sequential access
device and you shouldn't have any problems with it on Linux.
>pcastro7>mt -f /dev/st0 status
>SCSI 2 tape drive:
>File number=0, block number=0, partition=0.
>Tape block size 0 bytes. Density code 0x0 (default).
>Soft error count since last status=0
>General status bits on (40010000):
> BOT IM_REP_EN
Most likely, your Sun workstation did not recognize the Son drive,
which is why it's reporting it as an Exabyte drive.
>other mt commands such as rewind, rewindoffl work fine.
>[root@pcastro7 kanaan]# tar -tvf /dev/st0
>tar: Read error on /dev/st0: I/O error
>tar: At beginning of tape, quitting now
If the tape was written on a different system, the block size
may be different. In that case, the error you are getting may
be nothing more than an ILI error. Please try this:
mt -f /dev/st0 rewind # to rewind the tape
tar -cvf /dev/st0 "some fairly big directory"
tar -tvf /dev/st0 "the same directory"
If that works, then you have no problems with you drive. Else,
please let me know.
Sincerely,
Pete Popov
Sony Electronics