Author Topic: Remapping cdrom drives in Debian Etch  (Read 878 times)

cymon

  • Member
  • **
  • Posts: 354
  • Kudos: 172
Remapping cdrom drives in Debian Etch
« on: 2 June 2006, 02:21 »
I have recently swapped out my old IDE CDROM for a SCSI CD-RW.  Of course, the cdrom is still set at /dev/hdc. Obviously, there is nothing there.  The CDROM is on an AIC-7890 controller, supported by linux, and Linux recongnizes the cdrom, it just won't mount it.  The cdrom is SCSI ID 1.

mobrien_12

  • VIP
  • Member
  • ***
  • Posts: 2,138
  • Kudos: 711
    • http://www.geocities.com/mobrien_12
Re: Remapping cdrom drives in Debian Etch
« Reply #1 on: 2 June 2006, 06:25 »
Quote from: cymon
I have recently swapped out my old IDE CDROM for a SCSI CD-RW.  Of course, the cdrom is still set at /dev/hdc. Obviously, there is nothing there.  The CDROM is on an AIC-7890 controller, supported by linux, and Linux recongnizes the cdrom, it just won't mount it.  The cdrom is SCSI ID 1.


cd /dev

ls -l /dev/cdrom

should be (broken) symlink pointing to /dev/hdc

if so

rm /dev/cdrom

ln -s /dev/scd0 /dev/cdrom

Check that /etc/fstab is set up for /dev/cdrom and not /dev/hdc

otherwise change /dev/hdc in the fstab to /dev/scd0
In brightest day, in darkest night, no evil shall escape my sight....