Typical, just answered my own question (I hate it when someone says that to me).
I have updated /etc/fstab to show
/dev/scd0 /mnt/cdrom iso9660 noauto,owner,ro 0 0
note the /dev/scd0 to denote the first scsi device.
Not sure if this will fix anyone else's problem though, but I hope so.
This will fix anyones problem who has a scsi drive.
For ide drives the devices run as follows.
Primary Master /dev/hda
Primary Slave /dev/hdb
Secondary Master /dev/hdc
Secondary Slave /dev/hdd
ect.
If you don't know which device your cdrom or
cdrw is set to, go through the last three,
however, you should be able to spot it when
you reboot your system. Hit the pause key
when the bios system window comes up showing
the drives and memory. The empty ide drives
are the ones you will need to use. So if your
drive is connected to the primary master ide,
then you know that ide port is not your cdrom
drive.
Scott