How do I get to the config folder, via the console of the HAOS VM?

So I have this hypothetical scenario:

HAOS VM (specifically the ova image, no not RPi nor Blue nor NUC) running under VirtualBox in ubuntu. The install was running fine, no SSH nor Samba add-on, onboarding went well.
I can get into the HAOS via the console window of the VirtualBox, as if I have attached monitor and keyboard to my VM:

But from there, how to I get to the config folder or yaml files?

Older posts in this forum suggested (and I recall) that the folder is under /usr/share/hassio/, but I don’t see that hassio path on my (ova) HAOS VM any more.
Nothing under /mnt/confg/ either.

I understand things changes, and that’s part of the deal. So where are the yaml files these days (April 2021)?

hello .a simple linux command will find your yaml

cd / && find -iname  configuration.yaml

mine is in /config but i m not in a vm

4 Likes

Ah! Of course!

So for the record, our files are under /mnt/data/supervisor/homeassistant/ these days. I had to be patient because it wasn’t until 3 or 4 minutes before the command returns the 1st result.
image

And thanks @tomdudu38

4 Likes