Matthew Henkler
2001-01-21 19:02:35 UTC
I'm trying to back up a large (2.7gb) directory to tape with verify
using the command
tar -cWvf /dev/st0 <DIRECTORY> > /root/tape_log 2> /root/tape_error
And, upon completion, I check the tape_log, and it lists all the files
as being backed up, but the tape_error file has the following lines:
...
tar: /dev/st0: Cannot read: Input/output error
tar: Too many errors, quitting
tar: Error is not recoverable: exiting now
These errors do not appear until the verify section, and then, only
towards the last few files being verified.
My tape drive is a Seagate Scorpion 8 STD28000N external DDS2 drive. I
am running kernel version 2.4.0 with a Adaptec 2940U2W SCSI card and
everything seems to be terminated correctly.
I've tried this on various tapes, and it happens every time. If anyone
could shed any light on why this is happening and how I can fix it, I
would appreciate it.
Thanks,
matt henkler
using the command
tar -cWvf /dev/st0 <DIRECTORY> > /root/tape_log 2> /root/tape_error
And, upon completion, I check the tape_log, and it lists all the files
as being backed up, but the tape_error file has the following lines:
...
tar: /dev/st0: Cannot read: Input/output error
tar: Too many errors, quitting
tar: Error is not recoverable: exiting now
These errors do not appear until the verify section, and then, only
towards the last few files being verified.
My tape drive is a Seagate Scorpion 8 STD28000N external DDS2 drive. I
am running kernel version 2.4.0 with a Adaptec 2940U2W SCSI card and
everything seems to be terminated correctly.
I've tried this on various tapes, and it happens every time. If anyone
could shed any light on why this is happening and how I can fix it, I
would appreciate it.
Thanks,
matt henkler