For the purpose of this module removable media includes external devices such as CD-ROM, tape, and floppy drives. These are also referred to as storage devices as they are used to hold program data and other information.
Each vendor provides documentation regarding which removable media devices are known to work with its system. This generally means that the appropriate device drivers are a standard part of the operating system. Other peripherals may work with a given system, but the device drivers will have to be added. Additionally an unsupported device may not be compatible with other utilities on the system.
Selecting a CD-ROM or floppy drive is a fairly straightforward process. There are, however, a variety of tape drives available for different tape formats and capacities.
An additional note on floppy drives and disks: there are utilities available that allow Unix to read DOS or Mac floppies. Mtools is set of public domain programs that enables Unix to manipulate MS-DOS files. SGIs will read both DOS and Mac floppies. Under IRIX, the mediad daemon determines the format of the floppy disk and if it is Mac or DOS, mounts the filesystem on the default mount directory. From this directory regular Unix commands can be used to access the files.
Adding removable media to a system involves three basic steps:
Up to six SCSI devices may be daisy chained together. This means that rather than attaching peripherals to the computer itself they may be hooked up to each other. The last device in the chain must be terminated with an active terminator. This terminator should come with the device.
Each SCSI device must have a unique SCSI ID or address. This is a number between 0 and 7. One of these IDs is reserved for the controller, either 0 or 7. To find out which SCSI addresses are available:
Unfortunately there is no single solution for getting this information under Linux. The command dmesg may work. If Linux is running with a fairly new kernel, cat /proc/scsi/scsi may work. There is also a file in the /proc/scsi directory for the SCSI host adapter that the system is using. Depending on which driver is in use, this file may also contain the relevant information.The SCSI ID can be set with a switch, dial, or jumper as per the instructions that come with the device. The device should also come with instructions on how to physically attach it to a system, including which cables are needed, etc.
For details on the installation process for each platform please see:
Terms used: QIC, DAT, compression, DLT, jumper, SCSI.