Greetings, my goal is to:
create a qcow2 or raw image from the command line (I would prefer qcow2 anyway) without linking it to a new or existing VM;
create a partition table and a file system in it;
mount it, to access data (copy, sync, from a remote source)
unmount the image when finished
I...