saman0suke, on 06 February 2012 - 09:45 AM, said:
Hello again, I couldn't do anything before regarding the disk, but a friend of mine helped me to scan the damaged hard drive with DD ( which is DataRescue_DD I'm assuming) and got an .IMG image, which is about 60 GB (the hard drive is 500 GB with two partitions, one of 400 GB and the other 100 GB, I just need the 100 GB, so he got 60 out of 100 GB), now, I can mount this image with Daemon Tools for example and see what I can recover? or what would be the next step? thanks!!
It is more likely that it is the "real" dd (originally for Linux) or maybe dd_rescue or ddrescue (two very confusingly named forks of dd aimed to data recovery still for Linux).
There is no way to suggest you an app without knowing something more about what was recovered.
If it was just the beginning of second partition, i.e. it's first sector is a bootsector, the best tool you can use to attempt mounting it is IMDISK (under windows), but it is possible that some data needs to be corrected, I would rather create a dummy MBR and mount it in TESTDISK.
If you post first few - say 100 or 200 - sectors of the image you have I can have a look at them and ossibly give you some more targeted advice.
A suitable tool (under Windows) is dsfo, part of the DSFOK toolkit, :
http://members.ozema...eezip/freeware/
Unzip everything in a directory, say C:\dsfok\
Open a command prompt, navigate to it, then issue command:
dsfo C:\whatever\yourimage.img 0 102400 myfirst200.bin
you will get in the directory file myfirst200.bin with size 102,400 bytes that represent first 200 sectors of your image, then compress the .bin in a .zip archive and either attache it to your next post r upload it somewhere an post a link to it.
jaclaz