Problem:
D drive mounted as folder not showing up in Windows 95 OSR2
Steps:
Expected:
Disk d is present
Actual:
Only c is present.
Also: Windows 95 did not detect any hdd controllers, PCI bus, etc.
Config:
[cpu]
core=dynamic
cycles=83500
cycleup=4000
cycledown=2000
[sdl]
output=opengl
fullresolution=1280x960
windowresolution=1280x960
fulldouble=true
[render]
scaler=none forced
aspect=true
[speaker]
tandy=off
disney=false
[joystick]
joysticktype=none
timed=false
[dosbox]
captures=..\captures\2
memsize=63
[dos]
ems=false
umb=false
[autoexec]
imgmount A "E:\emu\dos_newme\!win95\boot95.img" -t floppy
imgmount 2 "E:\emu\dos_newme\!win95\c.img" -fs none -size 512,63,16,987 -t hdd
mount D "E:\emu\dos_newme\!win95" -freesize 1900 -label data -t dir
loadfix -64
loadfix -f
boot "E:\emu\dos_newme\!win95\c.img"
exit
True, local drive mounts are only supported by the internal DOS emulation, not guest OSes. It's a known limitation, not a bug or oversight. Also, Win9x is not supported.