Adding a tape drive

SGI's are usually easy to add tape drives to, whether they're external tape drives or internal ones.  Most of the time, these are SCSI tape drives.  This page will assume a 120m DDS2 4mm tape and a 4mm DAT SCSI tape drive designed to work with an SGI.  Instructions for adding the actual tape hardware are in your SGI's user manual.  However, there are a couple things you need to keep in mind with SCSI devices:



    After you've added the tape drive and re-booted the system, you're ready to begin testing it out.  If you have any specific instructions for your tape drive from the manufacturer do them now.   If you have a graphical system, a tape drive should appear on the desktop.  In any case, the device file for the tape has been created, and, if this is the only tape drive on your system, it should be linked to /dev/tape.  The tape drive's device file is /dev/rmt/tpsXdY, where X and Y are the SCSI bus id and SCI device ID, respectively.  If this is the only tape, there should also be a /dev/nrtape device file that, when invoked, doesn't automatically rewind the tape the way /dev/tape does.  If it is the only tape drive on the system, you can usually omit any specification of the device file when running a tape operation.  If not, you'll need a -f argument in the "mt", "tar", "bru" and other tape accessing programs.  Test out the tape drive now by putting a blank tape in.  Enter "mt stat"and it should say there's a tape in the drive and something about the tape drive.  If not, enter "hinv" to check to see that the tape drive is present.  It's possible that IRIX doesn't recognize it automatically and that some changes need to be made.


 Back to table of contents

last updated 2/28/00 by Martin McCormick, martinm@sas.upenn.edu