I am trying to recover the data from an external HDD for a friend.
I am using Knoppix latest version booting it from USB.
I created an image (.img) using a tutorial for ddrescue
, but now I have the copia.img
file and can't mount it.
If I try to mount the terminal says:
mount: wrong fs type, bad option, bad superblock on .....
The drive was used to storage photos and does not contain any OS or similar.
If I run File command to the copia.img file it says:
DOS/MBR boot sector, code offset 0x52+2, OEM-ID "NTFS", Media descriptor 0xf8, sectors/track 63, heads 255, hidden sectors 63, dos <4.0 BootSector (0x80), FAT (1Y biy by descriptor);NTFS, sectors/track 63, sectors 1953520001, $MFT start cluster 21931768, $MFTMirror start cluster 477176, clusters/RecordSgement 2, clusters/index block 8, serial number 0d2c6a522c6a507b5; contains Microsoft Windows XP/Vista bootloader BOOTMGR
Also, if I run dmesg command it says:
Please can you please help me recovering it?
file copia.img
say? What is themount
command you are using (I assume you are mounting through a loop device, but it's best if we can see exactly)? – dhag Feb 10 '17 at 17:12copia.img
say? – dhag Feb 10 '17 at 17:46file copia.img
in a terminal and edit your question to add this and its output". – dhag Feb 10 '17 at 18:02file
says could help narrow them down (for example, if you copied a whole device, then it is not the same as copying a single partition from it). – dhag Feb 10 '17 at 18:03