Created
November 11, 2014 13:40
-
-
Save berlotto/2cfa8e89c54e64e53a1b to your computer and use it in GitHub Desktop.
Move VirtIO disk (virt-manager) to other path - Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gksudo gedit /etc/libvirt/qemu/<your-disk-name>.xml | |
Find and change the path: | |
<source file='/home/connor/ubuntu-kvm/<your-disk-name>.qcow2'/> | |
mv ~/<your-disk-name>.qcow2 ~/VirtualMachines/. | |
restart the libvirt service | |
sudo /etc/init.d/libvirt-bin restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment