KVM安装windows7报错:本机I / O需要没有磁盘缓存或directsync缓存模式,QEMU将回退到aio = threads

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了KVM安装windows7报错:本机I / O需要没有磁盘缓存或directsync缓存模式,QEMU将回退到aio = threads相关的知识,希望对你有一定的参考价值。

[root@bogon ~]# virt-install --virt-type kvm --name win7 --ram 2048 --vcpus=2 --os-type=windows --os-variant=win7 --disk path=/dev/kvm_device/win7.imp,bus=virtio,format=qcow2,cache=writeback --network bridge=br0,model=virtio --cdrom=/home/iso/cn_windows_7_ultimate_x64_dvd_x15-66043.iso --disk path=/home/Kvm-bak/virtio-win-0.1.102.iso,device=cdrom --vnc --vncport=6001 --vnclisten=0.0.0.0 --noautoconsole

Starting install...
ERROR unsupported configuration: native I/O needs either no disk cache or directsync cache mode, QEMU will fallback to aio=threads
Domain installation does not appear to have been successful.

你直接把cache=writeback去掉或者直接改成cache=directsync,去掉的话,默认会使用none缓存模式,性能非常好。使用directsync模式的话,比较安全。自己做测试这个参数完全没必要添加。
1楼的答案就是来搞笑的。你这个是qcow2格式的,并不是raw,哪里来的裸设备格式化。
参考技术A 这么看着像是格式化分区错误,可以百度参考一下安装windows 7如何给磁盘分区,有教程
望采纳追问

是划分裸设备的时候就需要先格式话吗?

windows本机golang连接oracle库

配置步骤:

  1. 安装godror驱动
  2. 报gcc找不到, 再安装mingw(直接解压版),并配置gcc环境变量:mingw/bin
  3. 报错 DPI-1047:Cannot locate a 64-bit Oracle Client library, 安装oracle客户端, 或使用免安装客户端I:\\my_program\\instantclient-basic-windows.x64-19.6.0.0.0dbru\\instantclient_19_6
  4. 环境变量配置此instantclient_19_6

 

参考:

go连接oracle数据库(godror驱动) - 悲惨痛苦太刀 - 博客园 https://www.cnblogs.com/Zzzjc/p/13128480.html

(4条消息) go 报错 exec: "gcc": executable file not found in %PATH%_江湖人称黑哥的博客-CSDN博客 https://blog.csdn.net/qq_40088207/article/details/104700611

 

Windows下安装mingw - Jisongxie - 博客园 https://www.cnblogs.com/jisongxie/p/10761274.html

下载了x86_64-posix-sjlj的压缩包,然后解压缩便得到了mingw64, 配置gcc环境变量

 

(4条消息) DPI-1047:Cannot locate a 64-bit Oracle Client library:The specified module could not be found._家住海边,见过大风大浪-CSDN博客 https://blog.csdn.net/u014487025/article/details/88538217?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-3.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-3.control

 

 

 

以上是关于KVM安装windows7报错:本机I / O需要没有磁盘缓存或directsync缓存模式,QEMU将回退到aio = threads的主要内容,如果未能解决你的问题,请参考以下文章

解决kvm安装windows7虚拟机cpu只有两个的问题

查看kvm虚拟机是否桥接方式

KVM快速构建虚拟机

快建新虚拟机 KVM平台构建及简单管理

请教centos 7安装qemu-kvm之后,用virt-install来安装虚拟机报错

命令行装 windows7 kvm