On 2011-12-30 04:56, Lachlan M wrote:
>
> Thank you, everyone, for your help. It appears that my ISO file was
> somehow invalid, so I tried to make a new one. I tried three different
> methods on Disk Utility on OS X, none of which produced an ISO readable
> in Linux. I tried 4 or 5 different programs for Windows. One created
> an empty 0MB ISO, one said it was trialware and wouldn’t make ISOs
> bigger than 300MB, one would only create images in its own proprietary
> format, and one wouldn’t install on Windows because apparently it
> doesn’t believe that I have XP SP3.
Funny Windows. I think you can do it with daemon tools.
> I also tried K3B in Linux, but it
> doesn’t seem to want to create an ISO file unless I have a CD in the
> drive, and since there is no drive, that’s a problem.
I use something like this:
dd if=/dev/dvd of=/path/file.iso
which is simply a bit by bit copy of the dvd. So simple! Weird the way
Windows complicates things.
> Code:
> --------------------
> mkdir -p /mnt/MYST_M_E
> cd /
> cd home
> cd lachlan
> cd Desktop
> mount -o loop MYST_M_E.iso /mnt/MYST_M_E
> --------------------
>
>
> And then it said,
>
> Code:
> --------------------
> mount: warning: /mnt/MYST_M_E seems to be mounted read-only.
> --------------------
No problem. That’s because you did not tell mount to do it read only yourself.
> But winecfg doesn’t seem to be detecting my allegedly mounted ISO.
I don’t think it should detect it. A mounted image is just another
directory. You probably can edit wine configuration manually, though. Let
me see… perhaps: Look at the directory “~/.wine/dosdevices”, it contains
symlinks for the drives. Create one pointing to “/mnt/MYST_M_E”.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)