On Fri, 16 Feb 2001, Darrell May wrote:

> If you have not tested your hardware previously, try a taper
> backup to confirm whether it is a hardware or software fault.
> Execute this command to test a taper backup:
> 
> /usr/sbin/taper -T scsi

An even simpler test is probably a good idea. The less layers of software
the better, if you are trying to test hardware.

mt -f /dev/st0 rewind
dd if=/dev/random of=/dev/st0 bs=1024k
dd of=/dev/st0 of=/dev/null bs=1024k

If you get an I/O error at anything other then end of tape during either
dd operation, you have a problem with the tape or tape drive.

-- 

  Charlie Brady                         [EMAIL PROTECTED]
  http://www.e-smith.org (development)  http://www.e-smith.com (corporate)
  Phone: +1 (613) 368 4376 or 564 8000  Fax: +1 (613) 564 7739
  e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada


Reply via email to