I have all of these old DDS3 and DDS4 tapes that I need to restore the files off of. The only information that I really know is that they were put on the tapes about 10 to 20 years ago using Digital Unix. They are in a Tar file format.
I have been using Ubuntu 13.04 to try to restore these files but I've had zero success so far. I have really no idea how to get these files off of here. A couple of commands that we've tried in terminal are:
/media/archive/SCSI/Linux$ sudo dd if=/dev/st0 ibs=128k | tar -vxf -
sudo tar -xzf /dev/st0 /media/archive/SCSI/Linux
/media/archive/SCSI/Linux is what I am trying to restore to and st0 is the Tape Drive name.
Please help me out! I'm only an intern!
Thanks
sudo tar -xvf /dev/st0(withoutzand without destination dir). – enzotib Aug 13 '13 at 20:50gzip: stdin: unexpected end of file tar: Child returned status 2 tar: Error is not recoverable: exiting now
the command you suggested returned
tar: /dev/sto: Cannot open: No such file or directory tar: Error is not recoverable: exiting now
Thanks for the suggestion
– tofer41 Aug 14 '13 at 11:48st0and notsto– enzotib Aug 14 '13 at 12:28