mounting cd from console
After VM is created
I see the button on the console where you can mount an ISO "Change CD" after selecting an iso file. I want to mount my Enterpise Linux DVD so I can install some RPM's.
How do I mount the cd at the prompt?
mount -t iso9660 /dev/cdrom /media/cd does not work
mount: no medium found.