Creating A Virtual Cd Drive?

Is there anyway to create a virtual cd drive? I'm trying to run an emulator, and for some reason the iso that i'm trying to make won't work, only the first cd, so is there anyway to make a virtual drive? Since the game runs really slow off of my cd drive.

BTW, i'm using fedora.

#98186

try daemon-tools

narf... sorry didn´t read... >.<

#98192

Use dd to make an ISO of the CDROM, and then mount the ISO.

Make the ISO

dd if=/dev/cdrom of=/tmp/my_disc.iso

to mount:

mount -t iso9660 -o ro,loop=/dev/loop0 my_disc.iso /mnt/cdrom

I think I posted this on gooeylinux.

#98200

moved to Linux OS forum

-bolero

#101709