My host is Kubuntu 15.10 running Windows 10 as the client under virt-manager. I am currently running a KVM VGA pass-through set up and everything seems to be running ok. However, when I try to add a second internal HDD with a storage pool I get [Errno1] permission denied.
I stumbled upon this post but it was closed without an answer http://ubuntuforums.org/showthread.php?t=2235266. I've been searching for a few days trying to find an answer and have found none. The closest thing I can think is that it has to do with my group permissions but I'm unsure.
id in terminal gives me the following (blue is the username):
uid=1000(blue) gid=1000(blue) groups=1000(blue),4(adm),24(cdrom),27(sudo),30(dip ),46(plugdev),113(lpadmin),127(sambashare),129(lib virtd)
The libvirt error itself is as follows:
Error starting domain: internal error: process exited while connecting to monitor: 2016-02-12T17:07:32.579090Z qemu-system-x86_64: -drive file=/media/blue/Storage/.StorageVM.raw,if=none,id=drive-virtio-disk1,format=raw: Could not open '/media/blue/Storage/.StorageVM.raw': Permission denied
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 127, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/domain.py", line 1357, in startup
self._backend.create()
File "/usr/lib/python2.7/dist-packages/libvirt.py", line 1007, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error: process exited while connecting to monitor: 2016-02-12T17:07:32.579090Z qemu-system-x86_64: -drive file=/media/blue/Storage/.StorageVM.raw,if=none,id=drive-virtio-disk1,format=raw: Could not open '/media/blue/Storage/.StorageVM.raw': Permission denied
I have tried several different formats such as qcow2 as well as have even tried using EXT4 or NTFS and other file formats all to no avail. Currently using EXT4.
Any help appreciated. Thanks!
I stumbled upon this post but it was closed without an answer http://ubuntuforums.org/showthread.php?t=2235266. I've been searching for a few days trying to find an answer and have found none. The closest thing I can think is that it has to do with my group permissions but I'm unsure.
id in terminal gives me the following (blue is the username):
uid=1000(blue) gid=1000(blue) groups=1000(blue),4(adm),24(cdrom),27(sudo),30(dip ),46(plugdev),113(lpadmin),127(sambashare),129(lib virtd)
The libvirt error itself is as follows:
Error starting domain: internal error: process exited while connecting to monitor: 2016-02-12T17:07:32.579090Z qemu-system-x86_64: -drive file=/media/blue/Storage/.StorageVM.raw,if=none,id=drive-virtio-disk1,format=raw: Could not open '/media/blue/Storage/.StorageVM.raw': Permission denied
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 127, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/domain.py", line 1357, in startup
self._backend.create()
File "/usr/lib/python2.7/dist-packages/libvirt.py", line 1007, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error: process exited while connecting to monitor: 2016-02-12T17:07:32.579090Z qemu-system-x86_64: -drive file=/media/blue/Storage/.StorageVM.raw,if=none,id=drive-virtio-disk1,format=raw: Could not open '/media/blue/Storage/.StorageVM.raw': Permission denied
I have tried several different formats such as qcow2 as well as have even tried using EXT4 or NTFS and other file formats all to no avail. Currently using EXT4.
Any help appreciated. Thanks!