I had seen your other post - which existed only for a shortwhile

- and could understand how desperate you are to retrieve the data.
There is absolutely no bar in trying to retrieve your data using any of the free data recovery software. Just google search "best free data recovery software" or related terms and you can find many.
However, for the first time, I would suggest that you perform the data recovery on a cloned drive and try your luck.
http://www.sevenforums.com/general-...-failing-hdd-data-recovery-2.html#post2780161
From post #12 there modified slightly:
Tool: ddrescue Source: SystemRescueCD
1. Download the SystemRescueCD from
Download - SystemRescueCd systemrescuecd-x86-4.2.0.iso 380MB and create a bootable pendrive with that ISO using Rufus
Rufus - Create bootable USB drives the easy way
2. Boot your computer with that pen drive with your source disk (your failing disk) and a destination disk (formatted empty disk of capacity not less than that of your source disk) plugged in.
3.Against the command prompt type: fdisk -l [ENTER] This will list all your drives. Note the nomenclature of your source disk and destination disk. The option is lower case L = l and not one 1
4. Next against the command prompt type: ddrescue -r3 -n -v /dev/sdb /dev/sdc recovery.log [ENTER]
( Note: ddrescue[space]-r3[space]-n[space]-v[space]/dev/sdb[space]/dev/sdc[space]recovery.log
Note: Replace sdb and sdc with the correct device nomenclature of Source disk and Destination disk as obtained in step 3.
5. Sit back and relax. The cloning process may take days depending upon how bad your Source disk is. If your data is important patience is the key and the wait worth it. The saving grace is you can stop the process any time with Ctrl -C and then restart. It will take the cue from the log file and start from where it left
Once your BAD Disk is cloned perform any data recovery including PhotoRec which I recommended on the cloned drive.
Good luck.