欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

centos挂载windows共享目录

程序员文章站 2022-03-11 21:12:43
...
http://jacksongblack.blog.51cto.com/6378693/1309636



命令挂载目录到本地
sudo mount -t cifs -o username="administrator",password="xxxxx" //192.168.0.2/share share
参数解释
username 访问的用户名
password 访问用户密码
//192.168.0.2/share 访问ip及目录
share 本地文件夹