sudo mount -t cifs -o rw,username=xxx,password=xxx,dir_mode=0777,file_mode=0777 path_remote path_host
在本地机器,需手动新建文件夹 path_host.
sudo mount -t cifs -o rw,username=xxx,password=xxx,dir_mode=0777,file_mode=0777 path_remote path_host
在本地机器,需手动新建文件夹 path_host.