aboutsummaryrefslogtreecommitdiff
path: root/content/til
diff options
context:
space:
mode:
Diffstat (limited to 'content/til')
-rw-r--r--content/til/_index.md4
-rw-r--r--content/til/g-sense-errors.md13
2 files changed, 17 insertions, 0 deletions
diff --git a/content/til/_index.md b/content/til/_index.md
new file mode 100644
index 0000000..d4341fe
--- /dev/null
+++ b/content/til/_index.md
@@ -0,0 +1,4 @@
++++
+title = "Today I Learned..."
++++
+Bits of knowledge that I acquire each day.
diff --git a/content/til/g-sense-errors.md b/content/til/g-sense-errors.md
new file mode 100644
index 0000000..72cfebb
--- /dev/null
+++ b/content/til/g-sense-errors.md
@@ -0,0 +1,13 @@
++++
+title = "G-Sense errors"
+date = 2026-04-20T17:50:05+02:00
+draft = false
+categories = [ "TIL" ]
++++
+After running `zpool status` I discovered two read errors on the HDD of my homelab.
+I checked `smartctl -x /dev/sda` and found 416 G-Sense events.
+
+They were probably caused by me moving it carelessly.
+I ran a self-test to ensure there wasn't any actual damage, and fortunately it was alright.
+
+My server needs more love.