Permision Denied Access Media – Virtual Manager
When you just install the Linux Virtual Manager, there will be a few problems that appears. One of them is “The emulator may not have search Permission” warning, which means there is a permission denied problem.
The warnings that appear are like this:
How to fix this?
To fix this problem, we need modification of qemu configuration file. Now, please open a terminal and use the following command:
sudo vi /etc/libvirt/qemu.conf
Then look for user = “root” and group = “root”. By default these lines are commented “#”.
Delete the “#” before user and group ,so it just looks like this:
user = "root"
group = "root"
Click Save to save the qemu configuration file.
Then restart libvirt by using the command:
sudo systemctl restart libvirtd
Please re-install the OS in your linux virtual manager.
Hopefully this The emulator may not have search Permision Virt-Manager article is useful.
Source : https://mangolassi.it
Read more:
> Virtual Machine Manager Connection Failure Linux