VOGONS


First post, by northernosprey02

User metadata
Rank Member
Rank
Member

I have to trying mount the disk image like this

First, I have mounting the folder. The command is, MOUNT D: D:\Dosbox

After that, I go to D: path

Then, I try mount the disk image (95.img). The command is, imgmount 2 95.img -size 1250, 63, 16, 2953 -fs none. But after I just enter it said "The image must be on a host or local drive"

WTF, the 95.img was on local drive, but it said the img is not on local drive

Where the solution is it!?

Sorry for my bad English

Reply 2 of 11, by northernosprey02

User metadata
Rank Member
Rank
Member

I using full real path, but still not working

Reply 4 of 11, by leileilol

User metadata
Rank l33t++
Rank
l33t++

You don't imgmount to numbers - only letters

apsosig.png
long live PCem

Reply 5 of 11, by northernosprey02

User metadata
Rank Member
Rank
Member

Not working, it must using number.

It said
"Must specify drive number (0-3) to mount image at(0, 1=fda, 2;fdb, 3=hda, hdb)"

Reply 6 of 11, by Davros

User metadata
Rank l33t
Rank
l33t

look like he got his info from
http://www.dosbox.com/wiki/IMGMOUNT

Bootable hard disk images
Format the partition with "format"

Start DOSBox again and type:
Z:>mount d c:\images
Z:>d:
D:>imgmount 2 "70mb.img" -size 512,63,16,142 -t hdd -fs none
D:>boot "msdos622.img"
(Opening and booting from image file: msdos622.img)

...

A:\>format c: /s

Guardian of the Sacred Five Terabyte's of Gaming Goodness

Reply 7 of 11, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

[Thread moved to DOSBox General Section]

Reply 8 of 11, by bloodbat

User metadata
Rank Oldbie
Rank
Oldbie

Ok, it seems you're skipping a step found in the wiki...as you can see the first lines are

Z:>mount d c:\images 
Z:>d:

So mount the folder with your images first and change to that drive
Also, the numbers say 3 is for hard disks...so try

imgmount 3 95.img -size 1250, 63, 16, 2953 -fs none

Reply 9 of 11, by northernosprey02

User metadata
Rank Member
Rank
Member
bloodbat wrote:
Ok, it seems you're skipping a step found in the wiki...as you can see the first lines are […]
Show full quote

Ok, it seems you're skipping a step found in the wiki...as you can see the first lines are

Z:>mount d c:\images 
Z:>d:

So mount the folder with your images first and change to that drive
Also, the numbers say 3 is for hard disks...so try

imgmount 3 95.img -size 1250, 63, 16, 2953 -fs none

Still not working, it still showing the message:
The image must be on a host or local drive

Reply 10 of 11, by bloodbat

User metadata
Rank Oldbie
Rank
Oldbie

And you're still not fulfilling Dominus' request to post your exact mountings, so...there's not much to work with here.