https://bugs.winehq.org/show_bug.cgi?id=55239
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to conurus from bug 53012)
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.
Hello,
The 'Read access denied for device' error message may be misleading in some case depending on what the 'dosdevice' is linked to (directory vs real device). My patch in bug 53012 is meant to address that by suppressing the error message for devices linked to a directory (Z: → '/' for example).
A WINEDEBUG=+file,+volume debugging log will tell us more about what GetVolumeInformation is doing.
Please attach (don't paste) the debugging log to this bug. Instructions to get a log can be found there: https://wiki.winehq.org/FAQ#get_log
Regards.