Example — mount my Debian guest on my host Fedora server, using FUSE support which we added to libguestfs today:
$ mkdir /tmp/rich
$ guestmount $(virt-inspector –ro-fish /dev/vg_trick/Debian5×64) /tmp/rich
$ cat /tmp/rich/etc/debian_version
squeeze/sid
$ cat /tmp/rich/etc/hostname
debian5×64
$ ls -l /tmp/rich/etc/apt/
total 19
-rw-r–r– 1 root root 51 2009-05-14 18:07 apt.conf
drwxr-xr-x 2 root root 1024 2009-08-13 18:10 apt.conf.d
drwxr-xr-x 2 root root 1024 [...]