Linux挂载Wimdows SMB共享

Linux挂载Wimdows SMB共享

01 Windows创建SMB文件共享并设置相关权限

02 挂载smb使用读写750权限

1
2
# sudo mount -t cifs -o "rw,dir_mode=0750,file_mode=0750,username=用户名,password=密码" //文件共享主机名或IP/共享文件夹  /Linux操作挂载路径
$ sudo mount -t cifs -o "rw,dir_mode=0750,file_mode=0750,username=administrator,password=xxxxx" //10.10.0.2/shell /opt/shell

03 设置开机自动挂载

编辑/etc/fstab文件添加自动挂载配置

1
2
$ vim /etc/fstab
//10.10.0.2/shell /opt/shell cifs rw,dir_mode=0750,file_mode=0750,username=administrator,password=xxxx 0 0

Linux挂载Wimdows SMB共享
https://hesc.info/ba2abe509626/
作者
需要哈气的纸飞机
发布于
2022年9月17日
许可协议