1.把windows系统里的共享文件设置为共享
2.在linux系统里
mount -t cifs //192.168.0.254/work /data/tmp -o username=test,password=test//192.168.0.254/work win共享目录/data/tmp 挂载点username=test test为访问的用户password=test test为访问的密码
3.设置开机自动挂载