Comment 7 for bug 94119

Revision history for this message
Mark Perris (mark-perris) wrote :

I have a similar problem here. I have a single IDE device (my CDRW) and a SATA HDD on a 3rd party expension board. I have not attempted to edit fstab myself as I am unfamiliar with it.

I now have two cdrom drives listed, one of which is unmountable, the other works fine.

I wonder if this is related to the following recent kernel upstream changes:
# <GROUP> Synced drivers/ata/
# ACPI support for IDE devices
# ide-acpi support warning fix
# Disable NMI watchdog by default properly
# devres: device resource management
# sort the devres mess out
# Add pci class code for SATA & AHCI, and replace some magic numbers.
# PCI: allow multiple calls to pcim_pin_device()
# devres: release resources on device_del()

my fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=1da9a2d2-54ab-4177-b09e-d04d673be75f / ext3 defaults,error
s=remount-ro 0 1
# /dev/sda5
UUID=c6a21d97-1643-4253-a6e9-fa06eb3cad76 none swap sw
  0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0

If I can be of any further help, let me know.