this script has been moved to its own github repo and can now be found on https://github.com/koter84/HomeAssistant_Blueprints_Update/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# udev rule | |
# Mount internal drive to the media directory using the partition name as mount point | |
# | |
# Description: | |
# Created for Home Assistant OS, this rule mounts an internal drive (SATA/NVME) | |
# into the Hassio media directory (/mnt/data/supervisor/media). | |
# When a internal drive is connected to the board, the rule creates one directory | |
# per partition under the media directory. The newly created partition is named | |
# as the following |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# udev rule | |
# Mount internal drive to the media directory using the partition name as mount point | |
# | |
# Description: | |
# Created for Home Assistant OS, this rule mounts an internal drive (SATA/NVME) | |
# into the Hassio media directory (/mnt/data/supervisor/media). | |
# When a internal drive is connected to the board, the rule creates one directory | |
# per partition under the media directory. The newly created partition is named | |
# as the following |