Posted March 01, 2017
lukeman3000: Hi -
What does the -fs parameter do in this context? I cannot find this information anywhere, not even on the dosbox wiki.
cyboff: it specifies resulting file system format. Just for extracting, I think you can choose fat too... What does the -fs parameter do in this context? I cannot find this information anywhere, not even on the dosbox wiki.
from https://www.dosbox.com/wiki/IMGMOUNT :
IMGMOUNT DRIVE [imagefile] -t [image_type] -fs [image_format]
-size [sectorsbytesize, sectorsperhead, heads, cylinders -u DRIVE]
-fs
The following are valid file system formats:
iso
Specifies the ISO 9660 optical disc format.
fat
Specifies that the image uses the FAT file system. DOSBox will attempt to mount this image as a drive in DOSBox and make the files available from inside DOSBox.
none
DOSBox will make no attempt to read the file system on the disk. This is useful if you need to format it or if you want to boot the disk using the BOOT command. When using the "none" filesystem, you must specify the drive number (2 or 3, where 2=master, 3=slave) rather than a drive letter. For example, to mount a 70MB image as the slave drive device, you would type: "imgmount 3 d:\test.img -size 512,63,16,142 -fs none" (without the quotes). Compare this with a mount to read the drive in DOSBox, which would read as: "imgmount e: d:\test.img -size 512,63,16,142".
Is there any way to play the game in DOSBox without mounting the dat file? Furthermore are there any pros and cons to mounting or not mounting?
Post edited March 01, 2017 by lukeman3000