linux与KVM虚拟里的windows实现文件共享

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.设置开机自动挂载

上一篇:Selenium自动化测试框架


下一篇:python + selenium 自动化测试框架