linux mount windows分区
[root@localhost ~]# mount -t cifs -o username=用户名,password=密码 ]//192.168.150.1/rpm /mnt
FYI. 如何从Linux上访问Windows共享出来的目录。
[root@localhost ~]# yum install samba
[root@localhost ~]# mount -t cifs -o username=用户名 //192.168.0.220/All /All
Password: