34
EU photo solution | Immich on Hetzner
(blog.sivak.eu)
Welcome to BuyFromEU - A community dedicated to supporting European-made goods and services!
Feel free to post, comment and vote, be excellent to each other and follow the rules.
We also invite you to subscribe to:
Logo generated with mistral le chat Banner by Christian Lue on unsplash.com
Teach me your magic. Even when trying to mount from a Hetzner VPS my storage box always unmounts, no matter if cifs or sshfs. And then, when the VPS tries to automount again, for some reason the IP gets blocked for some time ๐ฎโ๐จ
I followed Hetzner's docs on how to mount it with a small twist.
The docs say to edit /etc/fstab to add some automount config using
charset=utf8but the VPS OS did not include theutf8charset module by default (Ubuntu used to to bundle it but now it doesn't). So had to run:There was a way to load the module without reboot but can't remember. Once I did that, I followed Hetzner's docs and that was it.
and I just found out that running
sudo apt full-upgrademay update your kernel which means you have to do the module setup again for the new kernel