sudo mount -t cifs -o user=「」,passwd=「」,dir_mode=0777,file_mode=0777,uid=0,gid=0 //「ip」/data1/ /test1/
这样挂载后会出现报权限错误问题。但是依然创建成功。