https://bugs.winehq.org/show_bug.cgi?id=53012
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 --- Hello,
It has nothing to do with read access to the directory mapping, root or otherwise. That's not what the message means.
Wine first tries to get the volume information from a mapped drive as a device (FILE_NON_DIRECTORY_FILE). That is denied for directory mappings and Wine prints the message. Then Wine falls back to getting the volume information from the mapped drive as a directory (FILE_DIRECTORY_FILE), which is obviously allowed for directory mappings.
In the drive tab of winecfg, click on the 'show details' button of each mapped drive and you'll see that they all have a serial assigned to them, and a label field to set the volume label if it doesn't have one already.
You could argue that the message is misleading, could be rephrased and be made a FIXME or TRACE, but the message is a notification for something harmless and there is nothing to fix.
This is the reason why the issue is invalid.
Regards.