If you have the proper symlink in /dev you should be able to simply say mount /dev/cdrom /cdrom ...or on /mnt/cdrom or wherever you want it mounted. If mount complains about the type you may have to be explicit: mount -t iso9660 /dev/cdrom /cdrom ...but you should then be able to see the CD filesystem at the specified mount point.