Managing the AMASS File System
6-00028-01 Rev A Command Reference 3-51
Solaris
Step 1. Use the UNIX vi editor or a similar product to edit
the /etc/vold.conf file.
Step 2. Comment out the internal CD drive entry as shown
in the following illustration. The entry with the
asterisk in the name identifies the internal CD drive.
Replace that entry with an entry for a supported
external CD drive name.
Step 3. Reboot the Sun machine for the changes to take
effect.
IRIX
Step 1. Use the UNIX editor vi or a similar product to
create an /etc/fsd.auto file.
Step 2. Create an entry for each drive similar to the entries
shown in the following illustration. Drive
information is obtained from the /etc/fsd.tab
file.
~
Devices to use
#use cdrom drive /dev/rdsh/c*s2 dev_cdrom.so cdrom%d
use cdrom drive /dev/rdsh/c0t6d0s2 dev_cdrom.so cdrom%d
use floppy drive /dev/rdiskette[0-9] dev_floppy.so floppy%d
~
Use a pound sign (#) to comment
out the line containing the
“wildcard” name with the asterisk.
Replace wildcard name (c*s2) with
the specific name of the internal CD
drive (for example, c0t6d0s2).
# vi /etc/fsd.auto
# /dev/scsi/sc3d3l0 /CDROM3 iso9660 mon=off 00