blob: 7e341c29a2e2edd5e8049286419499edfdd2cb68 (
plain)
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
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Hard disk fai</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Hard disk fail</h2>
<h3>2025-03-19</h3>
<h4>The hard disk on my X220 failed</h4>
<p>and my backup machine was in an unstable state for a while and I hadn't fixed it. Examination of my collection of USB keys found no linux installer, so I was stumped through lazyness.</p>
<p>But at the bottom of a pencil holder I found another usb key with an old copy of Linux Mint which enabled me to download Arch and recover.</p>
<p>Luckily all my inportant files were saved, and I use Bitwarden too, so with a new SSD I was quickly back up and running.</p>
</article>
</main>
<footer>
<p> </p><p>§</p></footer>
</body></html>
|