0

diskpart results:

enter image description here

more diskpart results:

enter image description here

For background:

  1. Putting it in an enclosure and plugging it into my machine got nothing and made weird noises. And my enclosure works because I just got it and used it to back up someone elses drive the day before.

  2. On startup, i get the PXE-E61 error "Media test failure, check cable"

  3. Diskpart results are linked

  4. Both bootrec /fixmbr and bootrec /fixboot say "The device is not ready". Bootrec /scanos found 0 windows installations, Bootrec /rebuildbcd did not find any either.

I have gone through many of the hard drive failure questions on this site but they all seemed to take some different approaches to mine and had different circumstances. I want to make absolutely sure this drive is gone before I tell my client.

DavidPostill
  • 162,382

1 Answers1

0

This hard drive seems like it was somewhat corrupted, but you might want to gather more evidence that it is "dead."

You are getting a PXE-E61 error because your computer is booting to PXE/network boot. Make sure that network boot is disabled. If it is already at the bottom of the boot order, this shows that the hard drive is not bootable.

The Diskpart results show that there is some trouble reading the disk, but in order to definitively determine whether or not your disk is on the verge of failure, you need to check the drive's SMART data for signs of wear and bad sectors.

If all SMART data turns out well, you will want to use TestDisk to try to regenerate the partition table so that the disk's partitions can be recognized again. If TestDisk fails to recover anything, then the disk is indeed dead.

oldmud0
  • 4,312
  • 3
  • 26
  • 45