net use怎么用
我有服务器的ip,文件目录 服务器名字 ,用户名,秘密
net use \\服务器名字\文件目录 密码 /user:ip\用户名
然后报错
System error 53 has occurred.
The network path was not found.
这是我ping的值
Pinging ip with 32 bytes of data:
Reply from ip: bytes=32 time<1ms TTL=25
Reply from ip: bytes=32 time<1ms TTL=25
Reply from ip: bytes=32 time<1ms TTL=25
Reply from ip: bytes=32 time<1ms TTL=25
Ping statistics for ip
Packets: Sent = 4, Received = 4, Lost = 0 (0%
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
[最优解释]
应该是没有权限
[其他解释]
确定“\\服务器名字\文件目录”没问题么!
看错误提示是“网络路径未发现”!
另外就是,在 net use 后面加个盘符试试,例如:
net use z: \\服务器名字\文件目录 密码 /user:ip\用户名
[其他解释]