🍇本地文件夹映射到远程Samba目录

This commit is contained in:
zyimm 2023-10-24 10:35:07 +08:00
parent b09a5001e7
commit 2331881586

View File

@ -35,6 +35,8 @@ sudo mount -t cifs //192.168.1.100/samba-share samba-mount -o username=user,pass
## 取消挂载
想要取消挂载,可以使用 umount 命令将挂载的目录卸载
```shell
sudo umount samba-mount
```