Do you have a data CD physically in the CD drive? It sounds like you may be trying to mount an empty device.
In terms of mounting the CD, the command would be something similar to
Code:
mount /dev/cdrom <mountpoint>
where <mountpoint> is the directory you want to attach the CD to (eg, /mnt/cdrom or /media/cdrom, etc)