I have a VM (SCVMM 2012) running Red Hat Enterprise Linux 6 and have been unable to mount ISOs added to the virtual DVD drive. I'm logged in as root and have tried various mount commands including:
# mount -t iso9660 /dev/cdrom /mnt, # mount -t iso9660 /dev/dvd /mnt, # mount /path/ISOName.iso -o loop /mnt
After just about every variation I keep getting the following error: "Wrong fs type, bad option, bad superblock on dev/cdrom, missing codepage or other error" Any input would be greatly appreciated!