[quote="Tlarhices"] gnivler wrote: > > Tlarhices wrote: > > Sorry Tlarhices we replied at the same time. > > No need to be sorry about that, I think it's better to have 2 answers than none ^^ > > But using the command you have provided : > > Code: > sudo mount /dev/scd0 /media/cdrom0 > > > You are not using the norock option which was the original reason Dan Kegel provided the command line way : > > Dan Kegel wrote: > > Could be the dvd was mastered wrong. Try mounting it with the norock option. > > > > Code: > sudo mount /dev/cdrom /media/cdrom -o norock -o ro > > > Should mount it with the norock option and keep it happy by asking for read only access. Woops! Good eye. I actually used -o norock in my terminal but while retyping it I didn't include it. I'm guessing the -o ro would suppress the warning I received for not using it on a RO medium? Thanks :)