A tape has been given to me from 1995
Its a magnus 1.2 data cartridge
Format is cpio -ivcud < /dev/rmt0.4
I need to look at some files to see if I can read them
How would I go about doing this with this tape?
They want to convert the data over.
I think I could
cpio -itv < /dev/rmt0.4 to see what is on the tape
But after that what would i need to do?
copy a file from the tape first then try to read it.
If thats the case how could I do this with out copying the data over a file that is newer I will be looking at this on a live system.
thank you.
Its a magnus 1.2 data cartridge
Format is cpio -ivcud < /dev/rmt0.4
I need to look at some files to see if I can read them
How would I go about doing this with this tape?
They want to convert the data over.
I think I could
cpio -itv < /dev/rmt0.4 to see what is on the tape
But after that what would i need to do?
copy a file from the tape first then try to read it.
If thats the case how could I do this with out copying the data over a file that is newer I will be looking at this on a live system.
thank you.