What symlink value should |MRxCreate()| return on |STATUS_REPARSE| to redirect to another DOS drive or UNC path ?
Jeremy Drake
cygwin@jdrake.com
Fri Feb 7 19:27:34 GMT 2025
On Fri, 7 Feb 2025, Roland Mainz via Cygwin wrote:
> Hi!
>
> ----
>
> [Slightly offtopic, but I am banging my head against this problem most
> of the day]
> What symlink value should |MRxCreate()| return on |STATUS_REPARSE| to
> redirect to another DOS drive or UNC path ? I tried something like
> "L:\foo", but somehow the Win10 kernel just appends that to the base
> of the filesystem mount point, resulting in a totally wrong path...
Not knowing anything about that in particular, have you tried
paths of the form L"\??\L:\foo"? Though perhaps at that level they should
point to the volume path instead of a drive letter? I think UNC looks
like L"\??\UNC\server\share\..." in NT paths...
More information about the Cygwin
mailing list