First post, by BadGoldEagle
Hi all,
So, if I type the code below, the folder is mounted as the D drive and I can access it.
MOUNT D ~/Documents/DOSBOX/D_DRIVE
Problem is, once I do this
imgmount 2 ~/Documents/DOSBOX/C_DRIVE.sparseimage -size 512,63,32,520 -t hdd -fs none
boot ~/Documents/DOSBOX/C_DRIVE.sparseimage -l c
... the D drive becomes unavailable: "Invalid Drive Specification". DOS 6.22 is installed. Autoexec.bat is pretty much empty (only @ECHO OFF and the keyboard map are present)
What's wrong?
NB: As you may have noticed, I'm using the MacOS port of DOSBox 0.74-3.
Thanks in advance for your help!