Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Your image is itty-bitty here in Lemmy-land, at least, but a dead SD card on HA is... unsurprising.
It might be recoverable if you plug it into a linux box and try to extract the data, but as for recovering it, it's the same as a dead hard drive: you might get data back, but the physical media is trash.
You probably want to NOT use a SD card and pick any other option (USB real SSD, NVMe hat, etc.) because, well, SD cards are not very good at this kind of use case. (HA writes a lot of historical data, and is basically always chattering away on the disk.)
I think you should be able to click on the image and make it bigger.
https://i.imgur.com/HZZZwI9.jpeg
It's not clickable but it might be because I'm not caching/proxying images on my install (single user install, so really, no reason to do so) and that causes some other unexpected interactions.
But yeah, that looks like a dead SD card; the failed to mount the partition and then ext4 complaining it's in read-only mode is... probably not going to result in good things for your data :(
Ah, I didn't make it a link to be clickable, sorry, fixed it now for everyone else ^^