This is how to mount a CD-ROM in Linux

at the command line type in

mount -t auto /dev/cdrom /mnt/cdrom

an alternative to this command is:

mount -t iso9660 -o ro /dev/cdrom /cdrom

The contents of your CD are in the directory /mnt/cdrom