automatic rewind no-rewind /dev/rst0 /dev/nrst0 /dev/rst1 /dev/nrst1On the SGI the tape drive is:
automatic rewind no-rewind /dev/mt/tps0d2ns /dev/mt/tps0d2nrnsOn the IBMs the tape drives are:
automatic rewind no-rewind /dev/rmt0 /dev/rmt0.1man rmt for more information
mt -f TAPE_DEVICE rewindwhere TAPE_DEVICE is the tape drive device name.
mt -f TAPE_DEVICE offlinewhere TAPE_DEVICE is the tape drive device name. NOTE: This only applies to 4mm (DAT) & 8mm (exabyte) tape drives, 1/4" drives must be manually ejected.
tar tvf TAPE_DEVICEwhere TAPE_DEVICE is the tape drive device name.
NOTE: You may need to issue the tar command multiples times if there is more than more tar file on the tape.
tar xvf TAPE_DEVICEor, do the following if you want to extract specific files and directories:
tar xvf TAPE_DEVICE [filenames and/or directory names]where TAPE_DEVICE is the tape drive device name.
tar cvf TAPE_DEVICE [filenames and/or directory names]where TAPE_DEVICE is the tape drive device name.