wine reading iso images as cdrom ?

Philipp Wollermann phil_wo at gmx.net
Sun Feb 24 10:21:53 CST 2002


> I keep iso images of my most commonly used cdroms on the harddisk so I
> don't have to find them. Can I set up a cdrom drive in my wine config that
> points to the isos, and have wine think its a cdrom drive ?

Hi,

you could mount your iso images through the loopback device (it has to be 
enabled in the kernel).

mount /isos/serioussam.iso /mnt -t iso9660 -o loop=/dev/loop0

Then you setup your wine.conf for this drive:

[Drive X]
"Path" = "/mnt"
"Type" = "cdrom"
"Label" = "Serious Sam"
"Filesystem" = "win95"
; Don't know if you have to set "Device", just try it
"Device" = "/dev/loop0"

Philipp Wollermann




More information about the wine-users mailing list