mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-15 07:29:08 +00:00
Currently the Microsoft Reserved Partition GUID is used for this FAT32 formatted partition. This GUID is a rather Microsoft Windows specific GUID and not commonly used on Linux. On Linux systems partitions of this type do not get automatically mounted (see /usr/lib/udev/rules.d/80-udisks2.rules). However, since this partition contains some files user commonly need to adjust (config.txt, cmdline.txt) it would be good if the partition does get mounted. Use Microsoft Basic Data instead, which is used by default for FAT32 partition (even by Linux partitioning tools such as gparted). Tested on ASUS Tinker Board and RPi4.