vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am trying to read the contents of a tape created using the pax command. The command used was pax -wvXf. When I try to list the contents of the tape I get the following M2:service >>pax -vf /dev/rmt1.1 pax: Ready for volume 2 pax: Type "go" when ready to proceed (or "quit" to abort): go pax: [offset 118]: Continuing pax: /dev/rmt1.1 : 0511-626 An invalid file header has been read. pax: /dev/rmt1.1 : Skipping to the next file... M2:service >> Am I not using the correct command to list the contents of the tape? Thanks. Joe |
| ||||
| Joe Dutro wrote: > I am trying to read the contents of a tape created using the pax > command. > The command used was pax -wvXf. When I try to list the contents of > the tape I get the following > > M2:service >>pax -vf /dev/rmt1.1 > pax: Ready for volume 2 > pax: Type "go" when ready to proceed (or "quit" to abort): go > pax: [offset 118]: Continuing > pax: /dev/rmt1.1 : 0511-626 An invalid file header has been read. > pax: /dev/rmt1.1 : Skipping to the next file... > M2:service >> > > Am I not using the correct command to list the contents of the tape? > > Thanks. > Joe Have you tried pax -tvf /dev/rmt1.1? It seems to use the same switchs as the tar command. |
| Thread Tools | |
| Display Modes | |
|
|