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.
1楼的答案就是来搞笑的。你这个是qcow2格式的,并不是raw,哪里来的裸设备格式化。 参考技术A 这么看着像是格式化分区错误,可以百度参考一下安装windows 7如何给磁盘分区,有教程
望采纳追问
是划分裸设备的时候就需要先格式话吗?
windows本机golang连接oracle库
配置步骤:
- 安装godror驱动
- 报gcc找不到, 再安装mingw(直接解压版),并配置gcc环境变量:mingw/bin
- 报错 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
- 环境变量配置此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的主要内容,如果未能解决你的问题,请参考以下文章