Is there any way of reading a tape which write format I ignore??????
Scenario:
1) the tape is a Sony DDS data cartridge DG-60M, 4 mm. written in a IRIS of Silicon Graphics computer.
2) I want to read it in a Ultra 10 computer with Solaris 2.5
Sorry - know nothing of IRIS, but dd might help - take a look at the Solaris man page or post back if further help required (try a search of the forum for tips on using dd first). Cheers.
It was likely written with one of the standard utilities, like tar or cpio. Try reading a table of contents with tar -tvf /dev/rmt/0 or cpio -ivBdumct </dev/rmt/0 (or without the "c" flag if you get "out of phase" messages). Neither of these will actually write the data. Remove the "t" flag in cpio to actually write the files, or with tar -xvf /dev/rmt/0. Maybe one of these will help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.