linux mount cifs 挂window 共享 网盘
mount的格式 mount -t cifs -o username=访问共享文件的用户名,passwd=访问共享文件的用户名对应的密码,soft 共享的URL地址 linux上的地址 举例 mount -t cifs -o username=shareuser,passwd=sharepass,soft //192.168.0.1/share /mnt/win7