Habe mittels
$ qemu-img convert -O raw inputfile outputfile
konvertiert (geht durch) und dann mittels
# mount outputfile /mnt
mounten wollen, allerdings bekomme ich dann ein
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
zurück.
Laut dmesg liegt das Problem an
[34517.165906] EXT4-fs (loop0): VFS: Can't find ext4 filesystem
Ich finde nur das Problem in meiner Operationskette nicht.