> 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 _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users