chalcopyrites
Technical User
Hello all,
I created a tar tape for a colleague using the command:
tar cvEf ...
My colleague tried to extract the data using gtar but got errors, for example:
$ tar xvf /dev/st2
/tmp/PaxHeaders.16849/file1
tar: Removing leading `/' from member names
tar: tmp/PaxHeaders.16849/file1: Unknown file type 'X', extracted as normal file
file1
tar: Skipping to next header
tar: Archive contains `\017\240' where numeric uid_t value expected
I am presuming that because the operand E isn't supported by gtar it cannot handle tar tapes that have been created using it.
Do any of you know a way of taking the data from the tape?
Many Thanks
Erica
I created a tar tape for a colleague using the command:
tar cvEf ...
My colleague tried to extract the data using gtar but got errors, for example:
$ tar xvf /dev/st2
/tmp/PaxHeaders.16849/file1
tar: Removing leading `/' from member names
tar: tmp/PaxHeaders.16849/file1: Unknown file type 'X', extracted as normal file
file1
tar: Skipping to next header
tar: Archive contains `\017\240' where numeric uid_t value expected
I am presuming that because the operand E isn't supported by gtar it cannot handle tar tapes that have been created using it.
Do any of you know a way of taking the data from the tape?
Many Thanks
Erica