命令挂载目录到本地

sudo mount -t cifs -o username="administrator",password="xxxxx" //192.168.0.2/share share

参数解释

username 访问的用户名

password 访问用户密码

//192.168.0.2/share 访问ip及目录

share 本地文件夹