I get the same issue on Arch Linux, partclone-utils fails silently unless I pass -D in which case it fails with an error message. I found that errors like /dev/ndb0: cannot connect: No such file or directory show up in journalctl. I think there are two problems: error messages are not shown to the user and don't set the return code to a nonzero value (they're only logged), and either imagemount is broken or I'm calling it incorrectly. Is there a diagnosis or fix planned?
I get the same issue on Arch Linux, partclone-utils fails silently unless I pass -D in which case it fails with an error message. I found that errors like /dev/ndb0: cannot connect: No such file or directory show up in journalctl. I think there are two problems: error messages are not shown to the user and don't set the return code to a nonzero value (they're only logged), and either imagemount is broken or I'm calling it incorrectly.