Any idea at all how the tape was made?

Was it a simple command like tar, cpio, dd?  or maybe a client server
tool like Amanda?

What does mt give for a status of the drive and it's tape?
#mt -f /dev/rmt0 status

Any idea what block size?

Can you tar off the first tape header?
mt -f /dev/rmt0 rewind
tar -tvf /dev/rmt0.1

IF you had the disk space you could dd the entire tape image to disk.

Good luck;

E!


> Trying to restore data from backup tapes done on a RH 7.3 system (4MM
> DAT).
> Tried loading Knoppix, but unfortunately, no joy with mt (it sees the
> drive, but nothing else), restore, or tar. Is there any simple way to
> figure out the tape format?
>
>          Thanks!
>
>          Lee
>
> _______________________________________________
> CWE-LUG mailing list
> http://www.cwelug.org/
> CWE-LUG@lists.firepipe.net
> http://lists.firepipe.net/listinfo/cwe-lug
>
>
>


_______________________________________________
CWE-LUG mailing list
http://www.cwelug.org/    
CWE-LUG@lists.firepipe.net
http://lists.firepipe.net/listinfo/cwe-lug

Reply via email to