Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_faq/sdcard_files.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "I'm trying to find my files on the host or SD card. Where are they?"
ha_category: Home Assistant
---

On a Home Assistant OS install, your files are on the data partition within `/mnt/data/supervisor/`.
On a {% term "Home Assistant Operating System" %} installation, your files are on the data partition within `/mnt/data/supervisor/`.
On the SD itself, this is an EXT4 partition labeled `hassos-data`.

On a Supervised install, they are in `/usr/share/hassio/`.
For information on file access, refer to the section on [configuring access to files](/common-tasks/os/#configuring-access-to-files).
Comment on lines +6 to +9

Copilot AI Nov 25, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The FAQ still provides low-level path information (/mnt/data/supervisor/) that most users should not need to access directly. The linked documentation already covers this information in a more comprehensive way. Consider simplifying this FAQ to focus on directing users to the proper documentation rather than providing specific partition details that may confuse non-technical users. For example: 'For information on how to access your files on Home Assistant Operating System, refer to configuring access to files.'

Copilot uses AI. Check for mistakes.