diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-04-20 14:06:38 +0200 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-04-21 12:24:41 +0200 |
| commit | d29af7ee395555e628ee0f3def31c748394cc93b (patch) | |
| tree | 001c5420dfcc1262d2a5be3980d12e9eb9994933 /content | |
| parent | 061585b540bae3c29a6c5b96c4616401cc7d5ed9 (diff) | |
| download | www.ericmarin.dev-d29af7ee395555e628ee0f3def31c748394cc93b.tar.gz www.ericmarin.dev-d29af7ee395555e628ee0f3def31c748394cc93b.zip | |
hugo!
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 7 | ||||
| -rw-r--r-- | content/til/_index.md | 4 | ||||
| -rw-r--r-- | content/til/g-sense-errors.md | 13 |
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. |
