Aa!! It's a zorting…
I came across an interesting Bash issue today, as I was trying to restore a zstd-compressed CloneZilla Partclone image to a raw file in order to extract some data from it. For some reason, none of the solutions on the internet worked, and searching for the error message turned up no useful results. This was the command line I had constructed: $ zstdcat nvme0n1p3.ntfs-ptcl-img.zst.* | sudo partclone.ntfs -C -r -W -s - -O image.img Notice the glob at the end of the only argument to zstdcat. This only gave me: Partclone v0.3.17 http://partclone.org Starting to restore image (-) to device (image.img) This is not partclone image. Partclone fail, please check /var/log/partclone.log ! partclone kept saying This is not partclone image no matter what I did. I did some sanity checking with the commands: $ ls nvme0n1p3.ntfs-ptcl-img.zst.* and also $ ls nvme0n1p3.ntfs-ptcl-img.zst.a[a-x] Both returned the following list: nvme0n1p3.ntfs-ptcl-img.zst.ab nvme0n1p3.ntfs-ptcl-img.zst.ah…