[UCLA-LUG] SCSI CDROMS

Frederick Lee phaethon@fire.csua.ucla.edu
Fri, 10 Sep 1999 02:42:11 -0700


Said tchow <racerx@ucla.edu>:
>Lam Doan wrote:
>
>> I can't seem to mount my two SCSI cdroms.  Any help?
>>
>
>for me /dev/scd0 is the first scsi cdrom and /dev/scd1
>is the 2nd.  i made the following links:  /dev/cdrom ->
>/dev/scd0 and /dev/cdrom -> /dev/scd1.  i then edited
>/etc/fstab so i can mount w/o excessive typing.  i have
>heard of cases where the scsi cdrom is not associated
>w/ /dev/scd*...so let's hope u don't have that.
>tchow


A real nit-pick, but I think your (tchow's) setup was more like:
/dev/cdrom -> /dev/scd0
/dev/cdrom1 -> /dev/scd1

since a symlink can't link to two files simultaneously...


-Fred