cifs

加入cifs 能把设备的目录挂载到我们的电脑上面

mount -t cifs -o username=Everyone //192.168.23.72/cifs /cif

如果当前是everyone 则在用户那边要添加上everyone

电脑目录要先设置共享,如果是特定用户要加上当前的用户和密码
mount -t cifs -o username=Fantasy,password=123456 //192.168.23.40/电脑目录 /路由器目录

参考文章:https://blog.csdn.net/a1424261303/article/details/82428605

原文地址:https://www.cnblogs.com/chenxiaomeng/p/11051364.html