This may primarily be a Fuse problem, but may appear on other systems not using Fuse as well. Run the following command from a terminal:
sudo mount -o remount,unhide /dev/cdrom
Note that your CD drive may not be /dev/cdrom! Check by running the command mount without arguments and look for a reasonable device (cd#, sr#, etc...)
Problems mounting the DVD (collectors edition for [Vanilla] and [TBC] and standard for [WotLK]) Edit Problems mounting the DVD (collectors edition for [Vanilla] and [TBC] and standard for [WotLK]) sectionEdit
The issues might be related to either a defective (auto-)mount for the Hybrid Disks used (ISO 9660 and HFS+) or defective (auto-)mount without UDF support. For the Hybrid disks please refer to the specific documentation available on the internet. However the most likely cause is the missing UDF support when mounting the disc. In case it is mounted please unmount it
umount /dev/drivename (e.g. cdrom)
then use the following line to mount it again with UDF support:
mount -t udf -o ro,unhide,uid=1000 /dev/drivename /mountpoint (e.g. /mnt)
I'm an 18 year old kid with passions for Linux, computers, and Gaming!