mount -t cifs //192.168.1.102/studyshare /mnt -o username=chocolee
cifs为文件系统
192.168.1.102为WIN主机IP地址
studyshare为共享文件夹名
mnt 为挂载点
username=chocolee
mount -o loop /mnt/wind/xxx.iso /mnt/ISO/ 可以将上面windows的iso文件挂载到centos中
[db:关键字]