Libguestfs – Comandos guestfish
Comandos:
# guestfish
><fs> add Ubuntu-Server.qcow2
><fs> run
><fs> list-partitions
><fs> list-filesystems
><fs> mount /dev/ubuntu-vg/ubuntu-lv /
><fs> cat /etc/hosts
><fs> quit
# guestmount -a Ubuntu-Server.qcow2 /mnt/disco1 -i
# guestmount -d Rocky-Linux /mnt/disco2 -m /dev/sda1
# guestunmount /mnt/disco1