RedFedora
26th May 2004, 08:44 PM
Right after I installed Fedora Core 2 (from CDs) my CD drive ceased to work.
I kept getting "drive empty" or "invalid block device" errors whenever I tried
to mount a CD. The problem, I found, was that the symbolic link
/dev/cdrom pointed to the device /dev/scd0. This was not my CD drive.
I opened up System Tools->Hardware Browser and selected my CD drive. It
informed me which device was really my CD drive (in my case /dev/hdc).
To correct this, I logged in to a terminal as root and reformed the following:
cd /dev
rm cdrom
ln -s hdc* cdrom
* If your CD drive uses a different device, replace my "hdc" with
the name of your device.
I hope this is of some help to someone.
I kept getting "drive empty" or "invalid block device" errors whenever I tried
to mount a CD. The problem, I found, was that the symbolic link
/dev/cdrom pointed to the device /dev/scd0. This was not my CD drive.
I opened up System Tools->Hardware Browser and selected my CD drive. It
informed me which device was really my CD drive (in my case /dev/hdc).
To correct this, I logged in to a terminal as root and reformed the following:
cd /dev
rm cdrom
ln -s hdc* cdrom
* If your CD drive uses a different device, replace my "hdc" with
the name of your device.
I hope this is of some help to someone.