Do you have one you recommend?
There was a list of known working HDD / SSD.
I’ll see if I can find it…
Thanks! Also does that mean my HA will be down until I do something about the sd in my raspberrypi?
It can’t hurt to reinstall and apply your snapshot
Do you have the steps for this?
Same as a fresh install.
This list is old but what I worked off when I bought my drive.
fdisk is the command you seek, but whether it works in the emergency shell I do not know.
It does, what should I use with it?
This recommended not using a snapshot and just using the configuration.yml. Can I access that from this shell?
my fsck a bit rusty. but something like
fsck /dev/mmcblk0p7
What does this do?
Where can I find my automations, scenes, etc. if I used the UI instead of the config.yml?
In automations.yaml etc
Do you know the path to that?
/config I think.
You can always search
find / | grep automations.yaml
The shell says find is not a command.
/bin/ash: find: not found
I ran ls -R | grep automation
And it didn’t return anything.
What does fidsk /dev/mmcblk0p7 do?
Attempts to repair your partition.
Do you not have a snapshot?
I do but it’s quite old.
Once I run that command do you know what commands I can run next to try to repair the partition?