centos 挂载windows共享

mnt 挂载

mount -t cifs -o username=(windows用户名),password=(windows密码) //(windows的ip地址) /mnt/(本地文件名)

mount -t cifs -o username=hugh,password=password //192.168.0.228/download /mnt/hugh
取消挂载
umount /mnt/hugh