How to Configure Access for qcow2 in virt-manager
If you've created a qcow2 virtual disk, you might have noticed that it's not internally accessible even when you access it using sudo virt-manager
. To fix this, we need to make a few changes to the /etc/libvirt/qemu.conf
file.
1. Locate the Configuration File:
The configuration file is found at /etc/libvirt/qemu.conf
.
2. Modify the User and Group Settings: Find the lines that specify the user and group for QEMU processes. The default settings look like: