檔案系統遇到 O_DIRECT 不支援問題

當遇到以下問題

kvm: -drive file=/______C.raw,if=none,id=drive-scsi0,format=raw,cache=none,aio=native,detect-zeroes=on: file system may not support O_DIRECT

代表不支援硬碟直通。這時候只需要進入硬碟選項。將硬碟快取模式改為 Wirte through 即可正常開機。

THE END