I'm trying to mount a Clonezilla image using this tool. I think this should be possible, as Clonezilla uses partclone under the hood. As Clonezilla breaks the image into chunks and compresses them, I've used cat ./my-backup/sda2.ntfs-ptcl-img.gz.* | gunzip > sda2-partclone.img to stitch the pieces back together before using imagemount. I then call imagemount -d /dev/nbd0 -f ./sda2-partclone.img -m ~/tmp -r -t ntfs, but I get ./sda2-partclone.img: cannot verify: Invalid argument as an error message.
I'm trying to mount a Clonezilla image using this tool. I think this should be possible, as Clonezilla uses partclone under the hood. As Clonezilla breaks the image into chunks and compresses them, I've used
cat ./my-backup/sda2.ntfs-ptcl-img.gz.* | gunzip > sda2-partclone.imgto stitch the pieces back together before using imagemount. I then callimagemount -d /dev/nbd0 -f ./sda2-partclone.img -m ~/tmp -r -t ntfs, but I get./sda2-partclone.img: cannot verify: Invalid argumentas an error message.