I’m trying to set up local USB storage for my music library on Home Assistant OS 15.2 (RPi4) to avoid running my NAS 24/7. Despite following multiple guides, I’m hitting what seems like security restrictions.
What I’ve tried:
- Manual udev rules -
/etc/udev/rules.d/
gets wiped on every reboot - CONFIG USB import - Found the interface at
/hassio/system
but “Import from USB” does nothing (CONFIG USB is detected, proper structure withudev/80-mount-usb-to-media-by-label.rules
) - Different filesystems - ext4, NTFS, about to try FAT32
Current status:
- USB devices properly detected (
lsusb
,/dev/disk/by-label/
) - All filesystems give “Operation not permitted” on
hexdump /dev/sda1
- No community add-ons found for USB mounting
ha mounts
only supports network shares (CIFS/NFS)
Question: Has HA OS 15.2 locked down USB storage access completely, or am I missing something? Are there any working methods in 2025, or should I abandon the USB approach?
Environment:
- HA OS 15.2, Core 2025.6.1, Supervisor 2025.05.5
- RPi4, Advanced SSH add-on
Any guidance appreciated - feeling like I’m fighting the OS rather than configuring it!