Since I don't have optical drive I made image of my disc it by borrowing external dvd drive.
Now whenever I want to mount this disc image it says please insert the disc!
This doeskin make sense because virtual optical drive and disc image are doing the work of physical drive and disc
I tried to convert mdx to ISO and used some other programs apart from daemon tools but my problem is not resolved
I searched the net and did not find any solution
i downloaded gemu it did not work so i deleted it
I dont have free space
if something doesnt work i replace it,but till now I did not get any replacement
I noticed you typed gemu. I recommend you use qemu. See http://en.wikibooks.org/wiki/QEMU/Images. qemu will allow you to boot an ISO image if thats what you have. You could try something like:
qemu -m 256 -hda winxp.img -cdrom /dev/cdrom -boot d
(I pulled that command from the website link I posted).
I suspect there's a miscommunication here.
1. What is the image of? That is, what does it contain?
2. What are you trying to do with it? Just mounting it? Booting it? Booting it in a VM?
3. What did you try to do when you saw the error message "please insert the disc"?