如何在 Windows Server 2003 上创建目录符号链接?

Sof*_*Kng 4 symbolic-link network-shares windows-server-2003

我正在尝试在 Windows Server 2003 下创建一个目录符号链接,但我没有任何运气。

我尝试过junction.exe (Sysinternals)、ln.exe 和linkd.exe (Windows Server 2003 Resource Kit)。

我想要c:\folder\subfolder链接到\fileserver\realSubfolder

这在 Windows 7 下工作得很好(使用 mklink.exe),但我无法让它在 Windows Server 2003 下工作。

有人可以帮我吗?

Chr*_*ith 5

你不能。Windows Vista 中引入了目录符号链接。最接近的模拟是目录重解析点(又名连接点),您引用的 Systinternals 连接点工具可以创建它。

  • 我认为这只是术语上的冲突。重解析点曾经是 Windows 最接近符号链接的东西,直到他们在 Vista 中添加了一个实际上称为符号链接的新功能。请参阅 http://en.wikipedia.org/wiki/Symbolic_link#Microsoft_Windows (3认同)