CD Emulator

I currently use CloneCD/Alcohol (moving over to Alcohol currently) to mount my CD Images. You see I used to have a duplicate CD case for every one of my Applications/Games. Eventually I gave that up and started moving the duplicated to CD Images on External USB/Firewire enclosures.

Linux Software 434 This topic was started by ,


data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
I currently use CloneCD/Alcohol (moving over to Alcohol currently) to mount my CD Images.
 
You see I used to have a duplicate CD case for every one of my Applications/Games. Eventually I gave that up and started moving the duplicated to CD Images on External USB/Firewire enclosures. I then have duplicate USB/Firewire enclosures for backup.
 
The problem is that I need to be able to mount these images under linux without using emulation. If I have to I will use Vmware but I'd prefer to mount them locally....so does anyone know of a linux CD Emulator that's compatible with Alcohol/Cloned Images?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar40.webp

118 Posts
Location -
Joined 2002-08-08
I'm not 100% sure on the options, but you can actually just mount the .iso files as if they were filesystems.
 
something to the effect of:
 
mount -o iso9660 loop file.iso /mnt/whatever
 
try the man pages for mount and verify the options needed.