0073.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Recovering Data From Damaged, Failing or Formatted Hard Drive</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Linux,Ubuntu,PhotoRec,TestDisk,HowTo,Computer Forensics,Failed Hard Drive,Hard Disk,Tutorial,i12bretro,Photo Recovery,Failing Hard Disk,File Recovery">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Recovering Data From Damaged, Failing or Formatted Hard Drive">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Recovering Data From Damaged, Failing or Formatted Hard Drive</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <div>I had some friends reach out to me recently after their external backup hard drive had stopped working. After trying some Windows tools and some utilities in Hiren&#39;s Boot CD I decided to take one last attempt using a Ubuntu 20.02 flash drive and some Linux utilities......was I successful?</div>
  24. <h2>Commands Used for Reference</h2>
  25. <ul>
  26. <li>sudo apt-get update</li>
  27. <li>sudo apt-get upgrade</li>
  28. <li>sudo apt-get install testdisk<br />
  29. &nbsp;</li>
  30. <li>sudo dpkg -i ./testdisk_7.1-5_amd64.deb</li>
  31. <li>sudo fdisk -l<br />
  32. &nbsp;</li>
  33. <li>sudo testdisk /path/to/storage/device</li>
  34. <li>sudo photorec&nbsp;/path/to/storage/device</li>
  35. </ul>
  36. </div>
  37. </div>
  38. </body>
  39. </html>