-
Notifications
You must be signed in to change notification settings - Fork 58
/
0073.html
44 lines (41 loc) · 2.2 KB
/
0073.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Recovering Data From Damaged, Failing or Formatted Hard Drive</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="Linux,Ubuntu,PhotoRec,TestDisk,Computer Forensics,Failed Hard Drive,Hard Disk,Photo Recovery,Failing Hard Disk,File Recovery,Data Recovery,Failing Hard Drive,Failing Disk Drive,Failing HDD,HDD,Hard Drive,Storage,System Administrator,How To,Tutorial,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="Recovering Data From Damaged, Failing or Formatted Hard Drive">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="03/30/2022 09:06:59 PM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>Recovering Data From Damaged, Failing or Formatted Hard Drive</h1>
</div>
<div></div>
<div id="content">
<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'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>
<h2>Commands Used for Reference</h2>
<ul>
<li>sudo apt-get update</li>
<li>sudo apt-get upgrade</li>
<li>sudo apt-get install testdisk<br />
</li>
<li>sudo dpkg -i ./testdisk_7.1-5_amd64.deb</li>
<li>sudo fdisk -l<br />
</li>
<li>sudo testdisk /path/to/storage/device</li>
<li>sudo photorec /path/to/storage/device</li>
</ul>
</div>
</div>
</body>
</html>