You may want to test the drive by running edge at the command line and the OS tar utility to the tape drive. At the #, in the / directory type:
edge cvbf 20 /dev/null . {enter} (Don't forget the dot after the null device)
Did the edge binary run the archive to completion? This took the drive out of th
e picture. Next would be to put the drive back into the mix. Type:
edge cvbf 20 /dev/{tape drive . {enter}
Did edge fail? If so, the next step would be to take edge out of the mix and try
writing to the device using tar.
type - tar cvf /dev/{tape device} . {enter}
Let this run, if tar fails, you may want to have the drive/hardware looked at.
|