Damaged external hard drive, data recovery

Solved/Closed
osmoz-one -  
JessimPortier167o Posted messages 1 Status Member -
Hello,

I would like to find a solution because I am currently crying lol

So, a few days ago, I intentionally dropped my Western Digital 1TB external hard drive (USB powered, without external power).

When I plug it in, the light comes on, then an icon appears at the bottom telling me that a USB port is connected, but the computer does not detect it. When I go into the disk management, it appears (of course not really any information on it), and when I click on "properties," it tells me "the hardware is functioning normally"...

Is there a way, in your opinion, to recover the data or part of the data considering that I have already bought a new drive to put the data in once retrieved?

Thank you

Configuration: Windows 7 / Firefox 16.0

15 answers

  1. Anonymous user
     
    Hello,

    First, open the MSdos console (Windows key + R) and type
    CHKDSK X: /f /r
    (the drive letter representing your external drive followed by /f /r)
    • /f is actually a way to fix the volume
    • /r will attempt to recover bad sectors.


    If it tells you it can't check the drive and will do so at the next startup, respond positively.

    That's it

    EDIT: If this option doesn't work, you can use a Linux Live CD to try to access the content of the hard drive or use data recovery software: https://forums.commentcamarche.net/forum/affich-37640569-recuperer-des-donnees-sur-disque-dur-et-cle-usb
    80
    1. osmoz-one
       
      Thank you for your reply, but where can I find MS-DOS on Windows 7?
      0
    2. Anonymous user
       
      Click on start, and in the search bar, type CMD.
      0