HarixOS uses LittleFS to provide a POSIX-like filesystem interface on ESP8266.
Path semantics
Common workflows
Format storage: format — WARNING: erases all files.
List root: ls /
Create nested directories: mkdir /notes/2026
Move files: mv /tmp/a.txt /notes/a.txt
Space limits and best practices
Implementation notes