当前位置:   article > 正文

将Windows共享目录挂载到Linux服务器上_windows共享目录给linux

windows共享目录给linux

使用mount -t cifs 挂载windows共享目录

 //192.168.85.128/share        #Windows共享目录

/mnt         #此目录主要是作为挂载点使用

username=admin        #访问Windows共享用户名

root@huawei-2288H-V5:~$mount -t cifs //192.168.85.128/share /mnt -o username=admin

输入访问Windows共享的密码

  1. root@huawei-2288H-V5:~$mount -t cifs //192.168.85.128/share /mnt -o username=admin
  2. Password:

若无报错,则成功。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/93490
推荐阅读
相关标签
  

闽ICP备14008679号