Built-in mmc gets automatically added - hpw to prevent?

Questions about Wine on Linux
Locked
Watzmann
Newbie
Newbie
Posts: 1
Joined: Wed Oct 07, 2015 9:19 am

Built-in mmc gets automatically added - hpw to prevent?

Post by Watzmann »

Hello,

I am installing wine on a system where the "hard drive" consists of built-in mmc flash memory (no SSD drive). The corresponding drive appears in Linux as
  • /dev/mmcblk0
and its partitions are
  • /dev/mmcblk0pX (where X is a digit, from 1 to 5 on my system for 5 partitions).
What happens now is that wine creates links for every device and every mount point on these devices which consist in my system, even if I remove them with winecfg and/or in the dosdevices directory: Every time I start any wine application, the links inside ~/.wine/dosdevices are automatically generated again, so I always end up having
  • c: -> ../drive_c
    d: -> /boot/efi
    d:: -> /dev/mmcblk0p1
    e:: -> /dev/mmcblk0
    f: -> /
    f:: -> /dev/mmcblk0p2
    g: -> /home
    g:: -> /dev/mmcblk0p3
It looks like this has something to do with the feature that wine searches for removable media and tries to add all built-in mmc partitions automatically. :(

Is there any way to prevent wine doing this adding automatically?

(Where can I find a complete documentation of this adding/auto linking, including these double colon links to the whole devices (like d:: -> /dev/mmcblk0p1)?)

Any help is very appreciated.

Thanks,
Thomas
Locked