[Wylug-discuss] Read past EOD/EOF on Tape

John Hodrien johnh at comp.leeds.ac.uk
Thu Jun 2 10:27:22 BST 2005


On Thu, 2 Jun 2005, Nick Moulsdale wrote:

> Forget the specifics of Arkeia, I believe there must be a way to read this
> 197 GB using dd or something similar?
>
> Anyone got any really bright ideas? I know whenever I want the impossible
> done, under Linux its possible.

Can you not do something like:

mt rewind
mt fsf 1
dd if=/dev/st0 of=/tmp/broken-dump

Otherwise, can you do:

mt rewind
dd if=/dev/nst0 of=/dev/null
dd if=/dev/nst0 of=/tmp/broken-dump

Sorry if I'm wild of the mark, but I thought I'd throw it out there on the off
chance.

jh

-- 
"The question of whether a computer can think is no more interesting than the
question of whether a submarine can swim."           -- Edsgar Wybe Dijkstra




More information about the Wylug-discuss mailing list