Recover files with linux. :dull:
sudo dd if=/dev/sdb of=usb_img.img bs=64k conv=noerror,sync status=progress
/dev/sdb should be replaced with external hdd location.
open the image with testdisk and recover all the files.
Or just plug it into linux machine to see if the hdd is recognized.