Virtual CD program that works in Wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
isisloro
Newbie
Newbie
Posts: 1
Joined: Sun Dec 07, 2008 3:52 am

Virtual CD program that works in Wine?

Post by isisloro »

I've tried Alcohol120, Clone Drive, CD Rom Emulator and daemontools but none of them work for me with Wine. Anybody knows that virtual CD program works in Wine?
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

You need to use native linux tools. Simple iso files can be mounted 'mount -t iso9660 -o loop filename.iso /mnt/iso' but in various cases you need a real '/dev/cdrom' file when a game wants to read disc sectors or the title. For such cases use 'cdemu' available at http://www.cdemu.org.
Locked