VOGONS


First post, by macuser

User metadata
Rank Newbie
Rank
Newbie

I put the .iso file in a folder called DAGGF in my dosbox directory ad typed

imgmount D "C:\DAGGF\DAGGF1.iso" -t iso

and hit enter and got "Image file not found"

what should i do??? im using a mac. Do i have to mount the .iso on my desktop first???

Reply 1 of 4, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Hmm, you do not have a "C:' Drive on your MAC.

The "C:\DAGGF\" is wrong for your system, you need to put where the .ISO is on your actual filesystem.

How To Ask Questions The Smart Way
Make your games work offline

Reply 3 of 4, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

Well I guess if you successfully mounted your host filesystem in DosBox so that you have a "C:" drive in DosBox then you may be able to specify the "C:" drive to mount your .ISO.

Don't know about OSX but on Linux I do a "IMGMOUNT C /home/username/dosbox/image.iso -t iso"

How To Ask Questions The Smart Way
Make your games work offline

Reply 4 of 4, by prompt

User metadata
Rank Newbie
Rank
Newbie

Both should work (dosbox drive and host drive).

You can try as well (in dosbox) to change into the directory containing the iso and mount it from there without any path elements: e.g. imgmount d myiso.iso -t iso

In case you are using dosbox 0.63 on a ppc mac: There was bug that caused this (wrong) error message. The 0.65 version should fix that.