I tried mounting it with both a dvd and cd in it but both fail. However when I put an audio cd in it, it does launch the cd player and starts to play the songs.
The syntax for mounting I used was:
mount /dev/cdrom /root/tmpdvd
I get the following error when I try this:
[root@Freedom root]# mount /dev/cdrom /root/tmpdvd/
mount: No medium found
[root@Freedom root]# mount /dev/cdrom /root/tmpdvd/
/dev/cdrom: Input/output error
mount: block device /dev/cdrom is write-protected, mounting read-only
/dev/cdrom: Input/output error
mount: /dev/cdrom: can't read superblock
[root@Freedom root]# mount /dev/cdrom /root/tmpdvd/
mount: No medium found
The order of the three attempts above are:
1) With no disk in.
2) With audio cd in.
3) With DVD in.