挂载mount -t cifc "windows共享文件夹" "Linux /mnt路径"
例如:mount.cifs -o username="Administrator",password="PasswordForWindows" //10.10.0.192/test /mnt/share
或mount -t cifs -o username="Administrator",password="PasswordForWindows" //10.10.0.192/test /mnt/share
卸载:umount /mnt/share