I used the following command in order to save some time (-n and -N options):
sudo ddrescue -v -n -N /dev/disk5 /Volumes/formatted/photosound.dmg /Volumes/formatted/map.txt
With the help of Disk Arbitrator, I made sure that the corrupted drive (disk5) did not mount in the macOS. The target disk (1TB larger than the corrupted drive) is normally mounted.
The command above terminated successfully, however when I double-click on the .dmg file, it says it can not mount:
So how can I mount this image? Or is the command wrong? Please help! I wished that ddrescue would first try to create an empty mountable image without any data in it (this should take about 1min to recover). Then it should be possible to just add data to the image...
