This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:virtmanagerhell [2023/01/15 17:44] – oemb1905 | computing:virtmanagerhell [2026/03/14 00:38] (current) – oemb1905 | ||
|---|---|---|---|
| Line 127: | Line 127: | ||
| | | ||
| cd / | cd / | ||
| - | qemu-img create -f qcow2 vm1-backup 32G | + | qemu-img create -f qcow2 vm1-backup.qcow2 |
| virsh attach-disk guestOS.qcow2 \ | virsh attach-disk guestOS.qcow2 \ | ||
| --source / | --source / | ||
| Line 220: | Line 220: | ||
| kpartx -d debian10.img | kpartx -d debian10.img | ||
| + | | ||
| + | User and group perms: | ||
| + | |||
| + | adduser libvirt-qemu kvm | ||
| + | adduser cockpit-ws kvm | ||
| + | newgrp kvm | ||
| - | --- //[[jonathan@haacksnetworking.org|oemb1905]] | + | --- //[[alerts@haacksnetworking.org|oemb1905]] |