CD-ROM, CD-RW, Internal ZIP , Confusion!

CD-ROM, CD-RW, Internal ZIP , Confusion!

Post by Dal » Sun, 31 Dec 1899 09:00:00



I have installed RH 6.0 on my computer.
I have a SCSI harddisk, a SCSI cdrom and an
IDE cd-rw and IDE 250 zip drive.
Although the SCSI adapters are properly loaded
and the SCSI devices are found during boot,
inside the kernel and the x, my cd-rw is mounted
as my cd-rom. How can I change that and mount
all my devices properly ?

TIA

Nikos

 
 
 

CD-ROM, CD-RW, Internal ZIP , Confusion!

Post by jkl.. » Sun, 31 Dec 1899 09:00:00


I think you'll have to fix the symlink of your CD-ROM device to point to your
SCSI drive. That is:
# rm /dev/cdrom
# ln -s /dev/scd0 /dev/cdrom