I was wondering if I could recover the Hassio config file and other files of my SD card.
The new update has installed and now hassio won’t load so i loaded up hassio onto a new SD card and it is running fine but me being me i didn’t backup the config and other files.
The SD card is still readable when I plug it into a PC but just doesn’t seem to boot on the rpi. Although it is booting enough to be active on the network but nothing works.
If you have a linux box It should pull up all the partitions and you can search through it. However, on Windows Im not sure how to view the other partitions.
Hi silver,
I don’t have a Linux box but I do have other raspberry possible running raspbian. I’ll try plugging a card reader in when I get home from work.
If you don’t have a linux box, you could try installing VirtualBox or another VM host of your choice, then installing a lightweight linux distro like Alpine in there. You’ll need to tell the host software to attach the SD card to the VM guest, and then probably manually mount the SD card, but it should be possible to access it. I know that’s a lot of steps but at least they are all free
I had the same problem where my SD card didn’t boot anymore (not even network) but I could still read it on the PC. I was able to recover my configuration file using a special tool. I forgot the name but can check tonight when I get home.
I had the same issue and was desperately searching for the config files on the SD card. Using a Linux system I finally found them under
//hassos-data/supervisor/homeassistant/
I am currently trying to recover my data after my MicroSD mount broke off of my Raspberry Pi. I am able to access the ‘…/supervisors’ and view my files so this was super helpful!!
One issue I am having though, is I am trying to copy //hassos-data/supervisor/ssl and I am getting a permission denied for the fullchain.pem and privkey.pem files. I’m trying to copy all the files to a folder on my laptop (Running Xubuntu on a Thinkpad) so that I can follow this guide and put all of my stuff on Github. I am still kind of new to Home Assistant so I don’t know if these files are critical to the configuration or not.