Closed mmartinortiz closed 3 years ago
What file system are you using? zfs?
What file system are you using? zfs?
No, ext4
on a fully encrypted drive (with LUKS)
@flexiondotorg Doesn't cache=none breaks compatibility with ext4 filesystem with journaling enabled? I am not able to setup windows 10 anymore:
quickemu --vm windows-10.conf
Quickemu 2.2.2 starting windows-10.conf
- QEMU: /usr/bin/qemu-system-x86_64 v6.0.0
- BOOT: EFI (windows)
- CPU: 1 Socket(s), 2 Core(s), 2 Thread(s), 2G RAM
- Disk: windows-10/disk.qcow2 (64G)
Looks unused, booting from windows-10/Win10_21H1_EnglishInternational_x64.iso
- Boot ISO: windows-10/Win10_21H1_EnglishInternational_x64.iso
- CD-ROM: windows-10/virtio-win.iso
- Screen: 1152x648
- Display: SDL, qxl-vga, GL (on), VirGL (off)
- ssh: On host: ssh user@localhost -p 22221
- SPICE: On host: spicy --title "windows-10" --port 5933 --spice-shared-dir /home/serchio/Public
- WebDAV: On guest: dav://localhost:9843/
- Process: On guest: killall windows-10 (if a forced kill is required)
qemu-system-x86_64: -drive id=SystemDisk,if=none,format=qcow2,file=windows-10/disk.qcow2,cache=none,aio=native: Could not open 'windows-10/disk.qcow2': filesystem does not support O_DIRECT
Sorry if the title is not very descriptive. With a fresh downloaded focal image, I run the script like
./quickemu --vm focal.conf
from the directory with the cloned project on a Ubuntu 18.04 machine. I've tried both with the beta of 20.04 and KDE Neon, in both cases I get the same error.focal.conf
file:Output
I've checked the permissions and
user
can read and write both files.