aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--content/_index.md7
-rw-r--r--content/til/_index.md4
-rw-r--r--content/til/g-sense-errors.md13
3 files changed, 24 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..307dc8c
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,7 @@
++++
+title = "Work In Progress"
++++
+
+Eric Marin, Student, **Trento**
+
+[Github profile](https://github.com/eric-marin/) - [Mail](mailto:me@ericmarin.dev)
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.