Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

I'm trying to install a game from 2 ISO files. I mount the ISO1 and run setup program.

$ sudo mount -o loop '/home/echo/Downloads/cd1.iso' /home/echo/virtualdrive/cd1
$ wineconsole cmd
Z:\> D:\Setup.exe

It goes fine until the point where it asks for the second CD. I try to eject the CD from a new terminal.

$ wine eject
Cannot open device for drive d:
$ sudo umount /home/echo/virtualdrive/cd1
umount: /home/echo/virtualdrive/cd1: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))

I manage to unmount with -l option, mount the second CD and press OK to continue installation. I get the same prompt to insert the second CD.

I have tried a lot of commands from various forums. None of them worked. Can anyone help me out?

asked 27 May '10, 16:16

echoforever's gravatar image

echoforever
1112
accept rate: 0%




Are you able to mount both CD1 and CD2 and just point the installer at the 2nd when it requests it?

you could also try umount -f

link

answered 27 May '10, 16:48

gregularexpressions's gravatar image

gregularexpr...
197117
accept rate: 50%

not a Wine expert, but you should be able to mount the two ISO images at the same time (under different directories, obviously, thus showing as, say, D: and E:) and if the Setup.exe is smart enough it shouldn't matter that the two discs are in two different "drives" (at least that's how it works in a typical Windows system, unless they've done some nasty hard-coding in the setup code)

link

answered 01 Jun '10, 12:30

pmarini's gravatar image

pmarini
286216
accept rate: 28%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

Asked: 27 May '10, 16:16

Seen: 2,551 times

Last updated: 29 Jun '10, 14:24

Related questions

powered by OSQA