

I have disks from broken windows (recovery mode only works) and I want to backup my data. It seems that those disks doesn't have any key I may provide to dislocker. I wanted to use it without keys with following flags
dislocker /dev/sda1 -r -- /media/C
mount -o loop /media/bitlocker/dislocker-file /media/C
but it failed with a following error:
mount: /media/C: failed to setup loop device for /media/bitlocker/dislocker-file .
Is it possible to make it work?