is used to control the magnetic (cassette) tape drive. tape is the name of the device controlling the tape drive (for a Sun workstation, the 1/4-inch tape drive is usually /dev/nrst0; for the SGI systems, it is usually /dev/tape).
The -f (or -t) means that what follows is the name of the tape device.
Some of the most useful commands are:
The following table shows the name of the tape devices to use on a Sun and a Silicon Graphics Workstation.
Table 11.2: 1/4 inch cartridge tape devices
``no rewind" means that after executing the command, the tape drive will NOT rewind to the beginning. This allows the user to read/write two files in a row, or to forward space the tape one or more files.
Prior to IRIX 5.x on Silicon Graphics, writing files on the cartridge tapes would change the order of the bytes (called byte-swapping). For a Sun to read those tapes, they need to have been written with the no-swap option set (i.e. for an SGI to read Sun tapes, the driver to use is ``/dev/tapens" (now default in IRIX 5.x)).