https://bugs.winehq.org/show_bug.cgi?id=53012
--- Comment #8 from conurus@gmail.com --- Thank you very much. I wrote a Windows app that requires reading the volume label of a removable drive to function correctly, that worked on neither macOS nor Linux with wine. In winecfg, the "Label" is blank, but the UI does not allow me to set it at all.
What I am hoping for is pretty much for wine explorer.exe to be able to show labels for removable media such as SD cards, which it currently shows nothing because the label is blank.
The mount point path contains the volume label. e.g. if /Volume/SDCard is drive J:\ then GetVolumeInformation could return SDCard?
I do see all the partition labels (e.g. EFI) in wine explorer.exe.
It is very confusing that there is both a partition label and a filesystem label. Wine is getting the partition label only. This is not good in the sense that Windows uses both, not just the former.