The problem still exists with Kubuntu 7.04 (Feisty Fawn) Beta x86. UDF CDs and DVDs are mounted with mutilated file names (= as iso9660).
$ grep -i scd0 /etc/fstab /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0 Changing the relevant line in /etc/fstab solves the problem: $ grep -i scd0 /etc/fstab /dev/scd0 /media/cdrom0 auto user,noauto 0 0 -- mount udf dvd fails, possible wrong fstab entry https://launchpad.net/bugs/44233 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs