VOGONS

Common searches


First post, by Cheez

User metadata
Rank Newbie
Rank
Newbie

So I was wondering what kind of image formats there are or image creating programs that would create a dosbox-compatible file, since this information doesn't seem to be anywhere. (already searched the forum too, don't get snarky)

Reply 3 of 6, by leileilol

User metadata
Rank l33t++
Rank
l33t++

WinImage should be able to produce an .ima/.img file, though don't forget to write down the dimensions of the drive. Also it doesn't support drives larger than 1.8GB IIRC

apsosig.png
long live PCem

Reply 5 of 6, by Joey_sw

User metadata
Rank Oldbie
Rank
Oldbie

yeah there 2 limitation for size:
*must conform with INT 13H specificaition
*must conform to limitation imposed for FAT16 for dos application.

most hdd images maker/converter sometimes ignore the INT 13H spec:
- can't have more than 63 sectors per cylinder
- can't have more than 1024 cylinders per head
- can't have more than 255 (256?) heads

ignoring the INT 13H spec will make said HDD images behaves wrongly under dosbox.

if mounting the hdd image to specific drive letter, the hdd image must contain just 1 partition only.

-fffuuu

Reply 6 of 6, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

I haven't tried it myself, but I think OSFMount might do the trick as well. (It's also free, unlike WinImage.)
http://www.osforensics.com/tools/mount-disk-images.html

EDIT: Alternatively, OSFClone:
http://www.osforensics.com/tools/create-disk-images.html