Nigel Trivass wrote:
> Greetings,
>
> We were sent a 4mm tape containing files created on a non-unix machine - NT
> we think.
>
> Our tape drive is on a red hat 6 box.
>
> I need to get these files extracted from the tape and onto the red hat box.
> Then I can transfer them to NT and figure out what the hell they are.
>
> What can I use to copy the contents of the tape to a file on redhat? I tried
> unsuccessfully to use
>
> dd of=/dev/st0 if=tapedata
>
> Any suggestions greatly appreciated.
>
Nigel Since no one else is jumping in I will give it a shot. It sound like
from your previous post that you are not even sure there is data on the tape.
I am not a dd guru. It looks like what you are trying should work but I wonder
about a blocksize.
Any way I would first try to see what the data on the tape looks like by using
say:
mt rewind #rewinds the tape just to make sure
cat /dev/st0
If there is data on the tape it should spew into the terminal, right? If that
works, I would research the mt and dd commands and try to figure out if there
is more thatn one file on the tape and if so what is there. Knowing what
software wrote the tap could be very helpful.
hmmm. I wonder if you could use the file command to automajically figure out
the file type? I suspect that file /dev/st0 would just tell you the type of
file the device file itself is. Might be someway to do something like file
`cat /dev/st0` #yes those are back quotes to figure out what is on the tape.
c'mon gurus we need some help here.
Bret
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.