Changing /dev/hda (the dvd drive's device entry) to /dev/dvd in /etc/fstab as per Robert's comment fixed it also for me.
My fstab was like this after the upgrade and my cdrom/dvd-rw drive didn't work properly and couldn't read audio cds: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda1 UUID=5d0da75e-802f-4fd9-9b5f-f8d2471a1d33 / ext3 defaults,errors=remount-ro 0 1 # /dev/sda5 UUID=6de62efe-7c61-4e38-a0de-5ef0ecfc40f0 none swap sw 0 0 /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/ /media/floppy0 auto rw,user,noauto 0 0 and I made it like this: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda1 UUID=5d0da75e-802f-4fd9-9b5f-f8d2471a1d33 / ext3 defaults,errors=remount-ro 0 1 # /dev/sda5 UUID=6de62efe-7c61-4e38-a0de-5ef0ecfc40f0 none swap sw 0 0 /dev/dvd /media/cdrom0 udf,iso9660 user,noauto 0 0 and now audio cds can be mounted. -- [feisty] cdrom double entries https://bugs.launchpad.net/bugs/77990 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs