This issue happens only to Linux Virtual Machine. To resolve this issue, use any one of the options.
- Use an existing mount point in /mnt/:
For example: mount /dev/dvd1 /mnt/cdrom
- Create the cdrom mount point in /mnt/:
For example: mkdir /mnt/cdrom
And mount the drive using: mount /dev/dvd1/ /mnt/cdrom/