0

I have a a 2TB Seagate HDD that I use on my Windows PC but it suddenly stopped showing up on any PC at all, not even in disk manager. Can this hard drive be recognized in Linux? Can I fix it in Linux? Please help Ive got tons of work in it. Thanks.

  • 2
    There is no way to know if your disk will be recognized until you try it. Linux is not magic - if your drive is dead or dying in Windows, then it will still be dead or dying in Linux. – user535733 May 06 '20 at 16:15
  • Suggest you ask in https://softwarerecs.stackexchange.com for an LiveUSB package designed for disk data recovery. https://www.online-tech-tips.com/computer-tips/how-to-retrieve-windows-files-using-a-linux-live-cd/ is a good thing to read to get a head start. – K7AAY May 06 '20 at 17:45
  • 1
    If you're lucky you can use smartmontools to get the S.M.A.R.T. data of your drive that gives you a feedback about the status of your drive. If that doesn't work, you'd be out of luck. Use sudo smartctl --all /dev/sda1 or similar. – zx485 May 06 '20 at 22:04
  • Does this answer your question? Drive Recovery with ddrescue – karel May 06 '20 at 23:32

1 Answers1

1

Just to add to this, there are ways to recover data from dead HDDs. For example, if the plates are intact, but the electronics is defective, it can be swapped with a healthy HDD to recover the data, however, this is very special treatment and mind you, not cheap.

Ask some computer repair shop near you, they could help you. There are even businesses specializing on data recovery.

jpalecek
  • 263