I'm using DOSBox 0.74
, which works properly and can successfully mount a "c" drive. However, I don't know how to mount a dvd drive. I'm trying to install Star Control 3 from a disk so that I can play it with DOSBox, but I can't mount the "d" drive. I've tried mount d /media/cdrom0 -t cdrom
which http://www.ubuntugeek.com/howto-auto-mount-a-drive-in-dosbox.html claimed would work. I've looked at http://www.dosbox.com/wiki/MOUNT#Linux but I didn't understand what exactly it was saying.
So I guess what I'm really asking is does anyone know what commands to use to mount a CD/DVD using DOSBox in Ubuntu 12.04?
/media/cdrom0
in your "outer" Ubuntu system? I've only used CDs in DOSBox on an OSX host (my Ubuntu system has no CD/DVD drive), but my leftover config files all have normal folder paths in themount
commands rather than devices. Since that tutorial is almost 6 years old, it's possible that the mount point convention has changed. – Paul Jun 07 '13 at 00:19