I have a problem with mounting the cloned partition. To clone it, I used as root:
ddrescue -f -n /dev/sda3 ./sda3_rescue.img ./rescue.log
The partition which I cloned, was a broken NTFS partition. Broken, because during the resizing of this NTFS partition I had BoD (flash) and after that this partition was marked as a RAW (previously it was NTFS). Because I needed some windows tool, I copied this partition and reinstalled windows (but before I tried to use windows tools to repair this partition - of course without positive results). Now I need to get into this image and restore some important files. I tried to mount this image but mount cannot recognize this image as NTFS file system. Does anyone know how to get files from this kind of image?