robert030975
MIS
- Oct 17, 2006
- 227
Need a bit of advice on what to do?
Bit of history behind this as although the backup log says its writing to the tape, I wanted to be able to read everything thats written to it. As in the past I needed a file which I couldn't restore as it seemed only read part of that tape!! hence
tape drive has been cleaned and a new tape has been used.
if I run
dd if=/dev/st0 of=/dev/null
dd: reading `/dev/st0': Cannot allocate memory
0+0 records in
0+0 records out
Is there a reason why this is happening??
Also if I do cpio –itcv –C32768 < /dev/st0
I get a cpio: read error: Input/output error
half way through the tape???
Bit of history behind this as although the backup log says its writing to the tape, I wanted to be able to read everything thats written to it. As in the past I needed a file which I couldn't restore as it seemed only read part of that tape!! hence
tape drive has been cleaned and a new tape has been used.
if I run
dd if=/dev/st0 of=/dev/null
dd: reading `/dev/st0': Cannot allocate memory
0+0 records in
0+0 records out
Is there a reason why this is happening??
Also if I do cpio –itcv –C32768 < /dev/st0
I get a cpio: read error: Input/output error
half way through the tape???