DVD Drive Mount?

New Zorin installation, DVD player doesnt seem to want to mount.

Among a few other things here is my latest attempt. Any ideas?

gavin@gavin-20-b310:~$ mount -t iso9660 /dev/scd0 /media/cdrom
mount: only root can use “–types” option
gavin@gavin-20-b310:~$ sudo mount -t iso9660 /dev/scd0 /media/cdrom
[sudo] password for gavin:
mount: /media/cdrom: special device /dev/scd0 does not exist.
gavin@gavin-20-b310:~$ wodim --devices
wodim: Overview of accessible drives (1 found) :

0 dev=’/dev/sg1’ rwrw-- : ‘hp’ ‘DVDRAM GT80N’

gavin@gavin-20-b310:~$ sudo mount -t iso9660 /dev/sg1 /media/cdrom
mount: /media/cdrom: /dev/sg1 is not a block device.
gavin@gavin-20-b310:~$ sudo mount /dev/sr0 /mnt
mount: /mnt: no medium found on /dev/sr0.
gavin@gavin-20-b310:~$ sudo mount /dev/sr0 /mnt
mount: /mnt: no medium found on /dev/sr0.
gavin@gavin-20-b310:~$ sudo mount -t iso9660 /dev/cdrom /mnt
mount: /mnt: no medium found on /dev/sr0.
gavin@gavin-20-b310:~$ sudo lshw -C disk
*-disk
description: ATA Disk
product: ST500DM002-1BD14
vendor: Seagate
physical id: 0.0.0
bus info: scsi@0:0.0.0
logical name: /dev/sda
version: HP73
serial: W2AXTNQP
size: 465GiB (500GB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 logicalsectorsize=512 sectorsize=4096 signature=039d5bab
*-cdrom
description: DVD-RAM writer
product: DVDRAM GT80N
vendor: hp
physical id: 0.0.0
bus info: scsi@1:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: RA04
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc

That’s strange since it does show up with the make and model. Did you look under System Tools -> Disks? For a functioning drive with a disk in it there should be the mount button right under the volume information (will look like a Play button arrow).