https://bugs.winehq.org/show_bug.cgi?id=48909
Bug ID: 48909 Summary: CD-Drives aren't declared as such Product: Wine Version: 5.5 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: dos Assignee: wine-bugs@winehq.org Reporter: maxmusterm@gmail.com Distribution: ---
Wine uses dosbox for dos emulation. In winecfg you can recognize CD-Drives, but they aren't loaded as such in dosbox. In dosbox you can specify the type of the drive with -t When mounting /mnt/cdrom as a cdrom drive with letter d wine tries mount d ~/.wine/dosdevices/d:: When wine should try mount d ~/.wine/dosdevices/d:: -t cdrom It gets registered with the MSCDEX driver this way and gets recognized by games as such (Rayman for instance needs this and yes I could open a bug report for it, but this should be clearer).