First post, by darkgamorck
- Rank
- Member
All,
Is there anyway to mount a CD on DOSBox within OS X and keep DOSBox from believing I am mounting a directory? I know about imgmount, but I have a bin & cue CD-ROM image that I mount using toast and then try to mount as a CD-ROM within DOSBox.
In Linux, you would simply mount the CD-ROM into a specified mount point (i.e. /mnt/cdrom) and then type "mount e /mnt/cdrom -t cdrom" from within DOSBox. On Linux, the responsible code can tell that this directory is in fact a mount point for a cd-rom and it handles it appropriately. However on OS X typing "mount e /Volumes/CDROMLABEL -t cdrom", it mounts the location as if it was a directory.
Is this an SDL issue or is it a DOSBox issue? And is there a way to work around this that I'm just not aware of? If the answer is indeed RTFM, feel free to tell me. Maybe I just missed something in the docs.
Thanks,
Jay