User Tools

Site Tools


cs:oldwin

This is an old revision of the document!


Tools

  • QEMU/KVM (packages qemu, libvirtd, virt-manager, and possibly qemu-arch-extra)
  • Windows CD image

n.b., to use virt-manager, the user needs to be part of the libvirt group:

# gpasswd -a $(whoami) libvirt

Useful commands

Mount a Qemu image

# modprobe --first-time nbd
# qemu-nbd -c /dev/nbd0 <path of the .qcow2 file>

Now /dev/mbd0 is a block device connected to the qcow2 file.

To disconnect use:

# qemu-nbd -d /dev/nbd0
cs/oldwin.1569790490.txt.gz · Last modified: 2019/09/29 20:54 by paolo_bolzoni