http://bugs.winehq.org/show_bug.cgi?id=17037
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de Summary|Wine does not recognise |mountmgr.sys: Wine does not |empty DVD-ROMs |recognise empty DVD-ROMs
--- Comment #1 from Detlef Riekenberg wine.dev@web.de 2009-01-25 06:10:20 --- Wine use only mounted volumes ("volume.mount_point" present and not empty).
We could use "block.device" on removable drives ("storage.removable = true") without a mounted media. To get this working, the assigned drive must be updated, when a media is inserted / mounted.
The code is in dlls/mountmgr.sys/hal.c and dlls/mountmgr.sys/drives.c