Host system fedora workstation
I want to switch to kvm virt manager instead of virtualbox.
The whonix guest machine volume is in my veracrypt volume.
Downloaded the kvm version, moved Whonix-Gateway.qcow2 and Whonix-Workstation.qcow2 inside the veracrypt volume
I read on the wiki
sudo chmod og+xr /run/media/private/user/$container_name
entered this way
sudo chmod o+xr /media/veracrypt1
sudo chmod o+xr /media/VMs/Whonix-Gateway.qcow2
when I start the machine in virt manager an error appears
Domain startup error: Failed to access storage file "/media/veracrypt1/VMs/Whonix-Gateway.qcow2" (on behalf of uid:107, gid:107): Access denied
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 71, in cb_wrapper
callback(asyncjob, *args, **kwargs)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 107, in tmpcb
callback(*args, **kwargs)
~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
ret = fn(self, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/virtManager/object/domain.py", line 1384, in startup
self._backend.create()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib64/python3.13/site-packages/libvirt.py", line 1379, in create
raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: Failed to access storage file "/media/veracrypt1/VMs/Whonix-Gateway.qcow2" (on behalf of uid:107, gid:107): Denied in
accesses