创建  mkdir /mnt/sw

挂载  mount -t cifs -o user="账号“,pass=密码,domain=gong.cc.com(域名) //192.168.112.xxx//共享文件夹  /mnt/sw

挂载失败用  yum install cifs-utils -y