LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help to make a game see a mounted .iso as disk in cd-rom (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-to-make-a-game-see-a-mounted-iso-as-disk-in-cd-rom-790868/)

kstera 02-22-2010 04:05 PM

Need help to make a game see a mounted .iso as disk in cd-rom
 
Hi, everybody! :)
I have a game .iso for windows. When I run it with Wine 1.01 it says to insert disk into cdrom.
I used
Code:

mount -o loop -t iso9660 Zanzarah.iso /mnt/cdrom
but the game still asks for the disk.
I also tried to find nocd, but couldn't find any for my version.

Can this be helped somehow? I mean can I make it see the .iso as a disk like it happens when one uses Daemon Tools with windows or somehow else?

Any help appreciated :hattip:

(OS - Debian)

smeezekitty 02-22-2010 04:10 PM

You may infact have to burn it to a cd.
Also i am alittle suspicious of a game on an ISO, it isn't illegal, is it?

TB0ne 02-22-2010 04:15 PM

Quote:

Originally Posted by kstera (Post 3873112)
Hi, everybody! :)
I have a game .iso for windows. When I run it with Wine 1.01 it says to insert disk into cdrom.
I used
Code:

mount -o loop -t iso9660 Zanzarah.iso /mnt/cdrom
but the game still asks for the disk.
I also tried to find nocd, but couldn't find any for my version.

Can this be helped somehow? I mean can I make it see the .iso as a disk like it happens when one uses Daemon Tools with windows or somehow else?

Any help appreciated :hattip:

(OS - Debian)

Pay attention to the disk label. The CD itself might show up as Zanzarah, and it's showing up for you as /mnt/cdrom, with no disk volume. The program might look for/expect that, or who knows what else it might want.

AwesomeMachine 02-22-2010 05:08 PM

You probably need to add the loop device as a drive in wine. Or add /mnt/cdrom to the drives in wine.

kstera 02-23-2010 06:43 AM

smeezekitty
The problem is that my netbook doesn't have cdrom and at the moment the external one is not with me and you know, it's not always convenient to use it - so I'm looking for another way

TB0ne
I'm interested in all of this so I tried on another computer - the game worked with Daemon Tools and I'm not sure if it showed the title of the disk. But I might be wrong. I'll check out when find some computer with windows and daemon tools

AwesomeMachine
Quote:

You probably need to add the loop device as a drive in wine
How can I do that?


All times are GMT -5. The time now is 09:36 PM.