Use any Live Linux OS (use knoppix/Ubuntu) to boot ur PC while the External HDD is connected, It should detect the HDD.
You may be able to see the partitions on the External HDD & you can copy data from this one to your Host HDD.
What if uou didn't see the partitions ??
force mount !!!!!!
open the terminal, do > "fdisk -l" this will list all the partitions on your system 1st sata disk(ur host hdd should be sda, ur extarnal hdd should be sdb ETC)
Mount the 1st partitions from external hdd to a folder (use /misc or create a new folder) > "mount /dev/sda1 /misc" or u may need to use "mount -t ntfs-3g /dev/sda1 /misc"
now you can access your files from "/misc" folder.
--keep me posted (also mail -
debapriya.biswas@gmail.com)