Skip to content

Instantly share code, notes, and snippets.

@berlotto
Created November 11, 2014 13:40
Show Gist options
  • Save berlotto/2cfa8e89c54e64e53a1b to your computer and use it in GitHub Desktop.
Save berlotto/2cfa8e89c54e64e53a1b to your computer and use it in GitHub Desktop.
Move VirtIO disk (virt-manager) to other path - Ubuntu
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