读书人

net use如何用

发布时间: 2012-12-21 12:03:49 作者: rapoo

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\用户名

[其他解释]

引用:
确定“\\服务器名字\文件目录”没问题么!

看错误提示是“网络路径未发现”!

另外就是,在 net use 后面加个盘符试试,例如:

net use z: \\服务器名字\文件目录 密码 /user:ip\用户名

加了个盘符

System error 67 has occurred.

The network name cannot be found.


[其他解释]
同问,求答案

读书人网 >windows

热点推荐