DNS不能使用不同的驱动器号

C:\>ping localhost Pinging Vextor [127.0.0.1] with 32 bytes of data: Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Reply from 127.0.0.1: bytes=32 time<1ms TTL=128 Ping statistics for 127.0.0.1: Packets: Sent = 2, Received = 2, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms Control-C ^C C:\>f: F:\>ping localhost Ping request could not find host localhost. Please check the name and try again. 

对于所有的Windowsnetworking困境,请尝试

netsh winsock reset

并重新启动

有一切的第一:-)

你确定你正在运行相同的ping(也检查你的path环境variables),你能列出F:\的内容吗? 即是F:分区在线/可访问?

从来没有见过这样的事情,我完全无法在任何地方复制它。

我能看到的唯一合理的原因是,如果你的F:盘上有一个名为pingping.exeping.batping.vbs …)的可执行文件,那么就会被调用,而不是标准的系统ping实用程序。 除此之外,我完全不知道