Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with tar

Status
Not open for further replies.

stevenf

MIS
Joined
Mar 28, 2001
Messages
5
Location
US
I have a DLT tape , labeled tar cvfb /dev/rmt/0 32.
when I try to get a table of contents, - tar tvf /dev/rmt/0
or tar tvf /dev/rmt/1, i get tar: tape read error. When I do a tar xvf /dev/rmt/0, I get a tar: /dev/rmt/0: I/O error.
I am assurred by the yoozer that gave me the tape that there is about 20gb of data on it, and one of my predecessors ( high turnover here ) was able to extract the data before. I do seem to be getting something when I use a dd command, but how can I pump it thru the tar command? any suggestions?
 
Have you tried tar tvfb /dev/rmt/0 32

Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top