2

I have hard disk which is not detected in bios and also in disk utility. I've tried to mount in another system, still same issue and also tried to mount in Windows still same issue. I've used ddrescue in past but it was in case where hard drive was detected.

How can I recover data in this case?

d a i s y
  • 5,511
  • The tools available to normal users (you and me) for recovery need the drive to be recognized as a mass storage device /dev/sdx. What kind of drive is it, an internal SATA drive or an external drive (in a casing and connected via USB)? Has the drive worked for you earlier, but stopped working)? Maybe the following link can help you analyze the problem, Can't format my usb drive. I have already tried with mkdosfs and gparted – sudodus Aug 01 '18 at 06:16
  • "I have hard disk which is not detected in bios" "How can I recover data in this case?" That reads as a broken hard disk so probably never. If the controller is fried, the connection got an electrical surge it is busted beyond repair. For these kind of problems you depend on a backup. – Rinzwind Aug 01 '18 at 07:00
  • @sudodus it is internal SATA and seems like hard drive is dead. – d a i s y Aug 01 '18 at 07:03
  • @Rinzwind I agree... Is there any third party tool to recover data of dead hdd in Ubuntu? – d a i s y Aug 01 '18 at 07:04
  • I'm afraid that there is nothing to peel off in this case, and that your SATA HDD is damaged beyond repair for a normal user. If the data on it are extremely valuable, you can get help from a specialized company, but it would be very expensive. – sudodus Aug 01 '18 at 07:11
  • @daisy nope. Well... technically there might be but you need a professional service I found one online (dutch though) and they ask € 742,98 for 1 hard disk :P – Rinzwind Aug 01 '18 at 07:32
  • @sudodus not just very expensive :P very very very very expensive – Rinzwind Aug 01 '18 at 07:33

1 Answers1

2

What you have is a broken SATA drive (a hardware problem and technically off-topic here, but I'll let it slide as it's an issue occurring a lot) and now it depends where the problem is:

Disk platters:

Disk platters

  • Professional dust-free room repair only, sorry!

OR

Disk controller:

Controller Board

  • Buy an identical second-hand working one on e-Bay
  • Remove its controller board
  • Remove your HDD
  • Remove its controller board
  • Add the "new" controller board
  • Reinsert repaired HDD

How do you know which of the 2 problems you have?

Disk platters:

  • Ticking noises before it gave up completely
  • Higher pitched tone before it gave up
  • Doesn't spin up, but gets extremely hot

Source for controller pic
Source for Disk platter pic

Fabby
  • 34,259
  • Indeed this is useful as I was suggested the same before. I've asked the question considering the solution if there's any third party software available in Ubuntu but now it seems like only a hardware solution. Thanks though. – d a i s y Sep 05 '18 at 03:28
  • I know: It's just that I've been there before too and been able to repair an old HDD that way and recover crucial data by borrowing someone else's controller for 24h... ;-) Thanks for the upvote! @daisy – Fabby Sep 05 '18 at 11:38