First post, by fjp
I' trying to play an old game (Dragon Lore from Mindscape) in dosbox 0.71 on Debian Linux. It's a 2 CD game. Playing the first CD goes fine, but I can't seem to get the change to the second CD working.
What I've done so far is:
- mount the first CD under linux (mount /dev/cdrom /cdrom)
- start dosbox
- mount CD in dosbox (mount d /cdrom/ -t cdrom)
- start game
At some point the game asks to insert the second CD. However, I cannot unmount or eject the first CD under Linux because for Linux the CD is still in use. And because the game is still running, I can also not unmount the CD in dosbox to free it.
Any solutions for this?
TIA