From d29af7ee395555e628ee0f3def31c748394cc93b Mon Sep 17 00:00:00 2001 From: ericmarin Date: Mon, 20 Apr 2026 14:06:38 +0200 Subject: hugo! --- content/_index.md | 7 +++++++ content/til/_index.md | 4 ++++ content/til/g-sense-errors.md | 13 +++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 content/_index.md create mode 100644 content/til/_index.md create mode 100644 content/til/g-sense-errors.md (limited to 'content') 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. -- cgit v1.2.3