Comment 47 for bug 94119

Revision history for this message
beom beotiger (beotiger) wrote :

Relax, guys!
There is no need in all that dmesg and lspci or recompiling your kernel.
Just run this command:
$ cat /proc/filesystems
and watch output for strings like 'iso9660' and 'udf'.
If at least one of these is missing, then you need to modprobe it, like this:
$ sudo modprobe udf
This adds support for any CD/DVD-ROM into your system.