Serious equipment malfunction

gringoloco -  
jumulka Posted messages 12090 Registration date   Status Member Last intervention   -
oyé la populace, I come to you because I am at an impasse. I cannot open my external hard drive due to a "serious hardware error of the device." I checked, it is detected as healthy but in RAW format, and on TestDisk, it is recognized as "none." I do not wish to recover the data but only the hard drive. Thank you in advance.

2 answers

  1. jumulka Posted messages 12090 Registration date   Status Member Last intervention   4 619
     
    Hello,
    either the file system is corrupted, or the adapter is faulty, or the hard drive is defective.

    you can try to format it, even manually in the cmd:
    diskpart
    list disk
    select disk x (x being the number of the hard drive in the list above)
    clean
    create partition primary
    active
    format fs=ntfs quick
    assign
    exit
    0
  2. Gringoloco
     
    Thank you for your response. So I can't format it the usual way and with your method it's getting stuck at the "clean" step. I tried with EaseUS and it identifies it as a "lost partition."
    0