I tried to recover an HDD to a mounted device:
safecopy --stage1 /dev/sdb3 /media/Volume/abc
and it says Error opening destination: /media/Volume/abc is a directory.
If I run safecopy with
safecopy --stage1 /dev/sdb3 /dev/sdc1
it starts working. But after finishing this process, I can't open the destination.
It should simply copy all files from the bad HDD to the new HDD (not cloning, just copy the data), so what is the problem?