Indeed the -R switch means that all operations are done in reverse direction, so pass 1 which is usually done in the forward direction is done backwards. It can be beneficial in some circumstances, but it is much slower. (Typically I get at least 50MB/s on good areas of a failing drives in forward direction, but less than 5MB/s in reverse direction.)
And since a whole drive was selected as target, then all the data from the source has been (normally) written directly to that drive, not to an image file on that drive. (Let's hope that this is what you wanted, and you didn't overwrite files that you wanted to keep on the target drive.)
And since about 53GB are missing at the beginning, indeed, as it's been said, most filesystem structures are missing. At this point only a “raw” file recovery may be provide good results (but it means losing the original directory tree structure and all the files' attributes / timestamps, plus if files were heavily fragmented, most of the recovered files will be truncated thus unreadable). With a NTFS partition, the best course of action is to recover the MFT first, using ddru_ntfsbitmap from ddr_utilities. It also allows to copy only the allocated clusters, which can save a lot of time and unnecessary strain on a drive which has a low amount of currently allocated data (even if it has a lot of old deleted data all over, this will be ignored based on the $Bitmap file) – provided that at least the $Bitmap is perfectly readable, if it doesn't extract it quickly (meaning that there are bad sectors occupied by the $Bitmap), don't insist and do a regular full recovery, as it would do more harm than good, bad areas should be dealt with last, when most of the good areas have been secured.
In this situation, since most of the good data has been secured already, try resuming from the beginning of the drive in the forward direction, with “-i 0” and without “-R”. It will bypass (for now) what appears to be a bad area around the 53.15GB mark, and hopefully secure the area containing the filesystem structures, making the outcome of the recovery much better, even if it turns out that there's an unreadable chunk beyond 50GB for instance.
Then when all is finished, you can use either ddru_ntfsfindbad (for a NTFS partition) or ddru_findbad (for any other kind of partition), both also included in ddr_utilities, to get a list of files corrupted because of unreadable sectors. And then you can consider making a small donation to the author of those marvelous little tools (“maximus” on this forum, also author of
HDDSuperClone), even though they're no longer supported !

Attachment:
[forum.hddguru.com] View topic - ddrescue - cannot see output on target disk -- ddrescueview.png [ 19.99 KiB | Viewed 6777 times ]