KVM: Difference between revisions

Jump to navigation Jump to search
310 bytes added ,  5 July 2018
Line 150: Line 150:


and then use a VNC client to connect to 127.0.0.1 (aka localhost) with port of 5900.
and then use a VNC client to connect to 127.0.0.1 (aka localhost) with port of 5900.
== Mount guest image ==
Make sure to have right packages:
<source lang="bash">
# yum install libguestfs-tools
</source>
Mount to /mnt:
<source lang="bash">
# guestmount -a /var/lib/libvirt/images/ubuntu1.qcow2 -m /dev/sda1 /mnt
</source>
Unmount /mnt:
<source lang="bash">
# guestunmount /mnt
</source>


== Links ==
== Links ==

Navigation menu