LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   "RAW" tape dump/read in Mandrake 9.2? (https://www.linuxquestions.org/questions/mandriva-30/raw-tape-dump-read-in-mandrake-9-2-a-136377/)

Bob Ross 01-19-2004 12:01 PM

"RAW" tape dump/read in Mandrake 9.2?
 
I have a tape from an SGI (Irix 5.1-6.0?) that I don't have anymore. Can Mandrake do like a RAW tar dump? I have no idea what the write block size was.

I keep getting a "cannot read: Input/Output error"

I've tried to do some block size command line conversions but can't seem to get anything to work.

This has been driving me nuts for some time now. Some web sites say it's impossible to read SGI tapes on Linux/PC's, others say just do this: (insert confusing linux command here) and voilą!

Nothing ever works for me. I have MAndrake 9.2 downloaded version.

Anything will help. Thanks.

michaelk 01-19-2004 02:24 PM

Have you tried the dd command?

dd if=/dev/st0 of=<file_name> bs=512 count=2

Like you said block size could be anything. Count = 2 will copy to 512 byte blocks.

Bob Ross 01-21-2004 07:15 PM

Thanks for the help but that didn't work either. There is a slight chance BRU was used on this tape. Is there a simple way to install bru?


All times are GMT -5. The time now is 11:31 PM.