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...

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to