VOGONS

Common searches


First post, by OSH

User metadata
Rank Member
Rank
Member

I have a problem. I created a hardfile for C disk, boot from it, and it works. But I want to have access to a directory on my real drive. This won't work:
IMGMOUNT 2 /media/kamil/Nowy/Emulatory/PC/DOS/DOSBOX/Harddrives/c.img -size 512,63,16,1012 -fs none
mount D /media/kamil/Nowy/Emulatory/PC/DOS/DOSBOX/Harddrives/C -freesize 900
Boot -l c
After boot - D isn't visible. Is it possible to do such combination? And the same thing with mounting CDROM image. IN DOSBOX Wiki I fpund this:

By default, the MOUNT command will not be recognized at the C:\> prompt.

Is it possible to make this work from C:\?

Reply 3 of 4, by BloodyCactus

User metadata
Rank Oldbie
Rank
Oldbie

no. once you boot the hardfile, thats it. no outside access in that manner

--/\-[ Stu : Bloody Cactus :: [ https://bloodycactus.com :: http://kråketær.com ]-/\--

Reply 4 of 4, by _Rob

User metadata
Rank Member
Rank
Member

Not with standard DOSBox.

As mentioned, once you 'boot' a guest OS image, you loose access not only to any folder mounts, but also to CD-ROM drives, even when mounted via IMGMOUNT. The later is because standard DOSBox has no support for IDE emulation, which is needed to load a DOS CD-ROM driver.