http://bugs.winehq.org/show_bug.cgi?id=10792
Summary: winecfg and wine delete cdrom from drives when audio cd inserted before Product: Wine Version: 0.9.51. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: c72578@yahoo.de
If an audio cd is inserted into the cdrom drive and winecfg is started afterwards, then the necessary symbolic link to the cdrom is deleted by wine automatically, without user interaction and the cdrom is not available any more. The cdrom is mounted in this case.
Example: e: -> /media/cdrom0 is deleted from ~/.wine/dosdevices/ The same happens if a wine application is started while an audio cd is present in the drive.
Expected behavior: wine should not delete a symbolic link to a drive unless the button "Remove" is used from the winecfg drives tab.
Remark: e:: -> /dev/hdc is not deleted automatically in this case