LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   making CD-RW and CD-Rom ide-scsi ? (https://www.linuxquestions.org/questions/linux-hardware-18/making-cd-rw-and-cd-rom-ide-scsi-111827/)

GloVe 11-03-2003 09:24 AM

making CD-RW and CD-Rom ide-scsi ?
 
i tryed to make my CD-RW & CD-Rom ide-scsi (hdc and hdb), so i added the line:
Code:

append="hdb=ide-scsi"
to /etc/lilo.conf
but when i try to add another line under it,
Code:

append="hdc=ide-scsi"
it shows the error: "Duplicate entry 'append' at or above line 10 in file '/etc/lilo.conf' "
i guess i need to do it on the same line, but i cant find the right combination;
any suggestions?
thanks.

aaa 11-03-2003 09:41 AM

That would be: append="hdb=ide-scsi hdc=ide-scsi"

davecs 11-03-2003 02:24 PM

aaa is right. If you have already mounted your CD-ROM as /dev/hdc you may end up with another mount point and have to delete the old line in /etc/fstab

I would not like to add a line manually to fstab, but deleting one is easy enough and it should be obvious which one needs to go.

DAVE


All times are GMT -5. The time now is 07:44 PM.