On 2012-07-16 09:39, Marcus Meissner wrote:
On Mon, Jul 16, 2012 at 07:12:59AM +0200, Eduard Hasenleithner wrote:
Am 2012-07-15 22:04, schrieb GOUJON Alexandre:
Does http://source.winehq.org/patches/data/88280 solve your GetLogicalDrives issue ?
Well yes, with the patch all the drive letters are reported by GetLogicalDrives (although there are quite a lot due to the multi-slot card reader).
This means that the drive letters are also visible in explorer.exe. But in explorer I still cannot have a look at the drive contents because there is no symlink in dosdevices which points to the mount point.
Perhaps an issue here is that by default the card/drive is not mounted in the current udisks/udisks2 setups
The mount process need to be initiated by the desktop client (either KDE, GNOME or perhaps Wine) on demand.
Maybe I should have mentioned it, but I'm using Ubuntu 12.04 and the SD card is mounted automatically as soon as I put it into the slot. My current hypothesis why the symlink in dosdevices is missing is that the partition is added using 'add_volume' instead of 'add_dos_device'.