kenbrownct
Programmer
SCO release 5.0.6j; hardware is HP.
I used dd to dump copy a file "{file}" from a tape to the hard drive.
The following commands, however produce different results.
dd if=/dev/rst0 of=/tmp/file skip=4152 bs=32x1k count=2
dd if={file} of=/tmp/file2 skip=4152 bs=32x1k count=2
The dd command to the tape drive only appears to be skipping about 3146 blocks instead of 4152.
Any ideas on what I can change to make the tape dd successful?
I used dd to dump copy a file "{file}" from a tape to the hard drive.
The following commands, however produce different results.
dd if=/dev/rst0 of=/tmp/file skip=4152 bs=32x1k count=2
dd if={file} of=/tmp/file2 skip=4152 bs=32x1k count=2
The dd command to the tape drive only appears to be skipping about 3146 blocks instead of 4152.
Any ideas on what I can change to make the tape dd successful?