robert030975
MIS
- Oct 17, 2006
- 227
Hi all
I have ran the below script trying to restore a file from tape
mt -f /dev/st0 rewind
mkdir /tmp/newdir
cd /tmp/newdir
cpio -icdvr -C32768 --no-absolute-filenames -I /dev/st0 data/jvedi/jv-ediinp
but it keeps comming up
cpio: read error: Input/output error
does anyone have any ideas?? if I'm doing anything wrong??
thanks
robert
I have ran the below script trying to restore a file from tape
mt -f /dev/st0 rewind
mkdir /tmp/newdir
cd /tmp/newdir
cpio -icdvr -C32768 --no-absolute-filenames -I /dev/st0 data/jvedi/jv-ediinp
but it keeps comming up
cpio: read error: Input/output error
does anyone have any ideas?? if I'm doing anything wrong??
thanks
robert