符号链接限制 - Windows
我正在尝试测试 Windows Vista 中符号链接提到的 31 个重分析点限制。但我无法通过以下列出的任何情况进行重现。有人可以指导吗?
在目录 c:\temp\testlink 中为驻留在 c:\temp\testlink 中的可执行文件创建了 36 个符号链接。
在目录 c:\temp\testlink 中创建了 36 个符号链接,指向位于 c:\temp\testlink 中的 36 个不同的可执行文件。
在目录 c:\temp1 中为 c:\temp\testlink 中的 36 个不同的可执行文件创建了 36 个符号链接。
此限制在 Windows 7 和 2008 中有何作用?
-卡蒂克
I am trying to test the 31 reparse point limit mentioned for Symbolic link in Windows Vista. But I could not reproduce by any of following listed cases. Can someone guide?
Created 36 symlinks in a directory c:\temp\testlink for a executable residing in c:\temp\testlink.
Created 36 symlinks in a directory c:\temp\testlink to 36 different executables residing in c:\temp\testlink.
Created 36 symlinks in a directory c:\temp1 for 36 different executables residing in c:\temp\testlink.
How does this limit act in Windows 7 and 2008?
-Karthik
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该限制是指 Windows 在评估单个路径时可以遵循的重分析点的数量。例如,C:\a\b\c\d\e 最多可以有五个重新分析点(您可能必须原谅任何相差一的错误),路径中的每个目录级别都有一个。
我不认为目录可以有多少个重分析点有任何具体限制。
The limit refers to the number of reparse points that Windows can follow when evaluating a single path. For instance, C:\a\b\c\d\e can have up to five reparse points (you may have to forgive any off-by-one errors), one for each directory level in the path.
I don't believe there is any specific limit on how many reparse points a directory can have.