http://bugs.winehq.org/show_bug.cgi?id=26672
Summary: Wine does not create drive letters for auto-mounted CD's Product: Wine Version: 1.3.17 Platform: x86 OS/Version: Linux Status: NEW Keywords: hardware Severity: normal Priority: P2 Component: mountmgr.sys AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
Steps to reproduce: 1. Insert a CD, and verify that it's mounted automatically. 2. Start winecfg, and select the Drives tab.
Expected behavior: The CD shows up on the Drives tab.
Actual behavior: Only C: and Z: show up on the Drives tab.
I'm using a multilib wine (wine64 and wine32 installed at the same time), and my prefix is a 64-bit prefix. My config.log from wine64 has the following lines:
#define HAVE_DBUS_DBUS_H 1 #define HAVE_HAL_LIBHAL_H 1 #define SONAME_LIBHAL "libhal.so.1"
I take this to mean that it was configured with HAL support.
My distribution is Debian squeeze.