一、shell下执行:
lspci -v | grep "Class 0106" -B 1
查看是否有如下显示:
0000:00:1f.2 SATAcontroller Mass storage controller: Intel Corporation Lynx Point AHCIController [vmhba0]
Class 0106: 8086:8c02
有,即存在此控制器,手工配置直通。
二、shell下执行:
vi /etc/vmware/passthru.map
三、按 i 编辑文件
添加如下:
#Intel Corporation Lynx Point AHCI Controller
8086 8c02 d3d0 false
四、按 esc 后,再按 shift+zz 保存文件并退出
评论关闭