有时会报这样的错:
The mapped network drive could not be created because the following error has occurred:Multiple connections to a server or shared resource by the same user, using more than one user name are not allowed. Disconnect all previous connections to the server or shared resource and try again.
这是因为在远程连接时,用了不同的两个用户名所致:解决办法如下:
1、打开cmd,在管理员模式下输入net use
2、找到list里面可能冲突的driver
3、输入net use /delete \\服务器名称\文件夹名称,将其删除
4、net use再次检查
(在一些情况下net use * /delete删除所有驱动,慎用)
————————————————
版权声明:本文为CSDN博主「zhourong1992」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/zhourong1992/article/details/73842129