Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2000 16:50:18 +0200
From:      Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
To:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
Cc:        questions@FreeBSD.ORG
Subject:   Re: scsi buffer size - tape
Message-ID:  <20000825165018.A71087@gil.physik.rwth-aachen.de>
In-Reply-To: <200008250850.KAA69202@gilberto.physik.rwth-aachen.de>; from kuku@gilberto.physik.RWTH-Aachen.DE on Fri, Aug 25, 2000 at 10:50:04AM %2B0200
References:  <200008250850.KAA69202@gilberto.physik.rwth-aachen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 25, 2000 at 10:50:04AM +0200, Christoph Kukulies wrote:
> 
> I'm trying to read a DAT tape with important backup data.
> The device is a DEC TLZ04.
> sa0 at ncr0 bus 0 target 4 lun 0
> sa0: <DEC TLZ04 1989(C)DEC 1915> Removable Sequential Access SCSI-2 device 
> sa0: 3.300MB/s transfers
> 
> When trying to read it (tar tvf /dev/rsa0) I'm getting a kernel message:
> 
> (sa0:ncr0:0:4:0): 132497-byte tape record bigger than suplied buffer
> 
> Any ideas? It's urgent.
> 
> 
> -- 
> Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de

Sorry for the hassle. I solved it. Tape was a bit weirdly written:

dd if=/dev/rsa0 ibs=256k | tar zxvf -

-- 
Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000825165018.A71087>