win 配置好共享
linux 准备挂载
mount.cifs //IP/DIR localDir -o user=xxx,pass=xxx
xxx 和pass之间不能有空格
可能的错误
1 The program ‘mount.cifs’ is currently not installed
You can install it by typing:
apt install cifs-utils
2 wrong fs type, bad option, bad superblock on …
apt or yum search cifs
安装 cifs-utils
在win端修改代码,linux端可以即刻观察到