Hi, I need mount remote smb share on hassio and use it as storage for different use that need big storage instead internal disk (or sd with rpi) or external usb drive, so mount a remote smb share (mainly on nas) is a better solution and seems strange that hassos not already support it.
I saw that hassos don’t have cifs support so I did a patch that add it and did a PR about it: https://github.com/home-assistant/hassos/pull/408
With modified hassos I can mount manually smb share on hassos and if I mount it in subfolder of /mnt/data/supervisor/homeassistant I can use it from anything on hassio.
I tried to do an addon that have cifs-utils for mount it at boot and maintain it including future update, backup/restore, set/change share configurations from hassio gui ecc…
Unfortunately mounted share is not visible on hassos, hassio and other container because bind of /config is setted with bind-propagation rprivate (default) and I can’t set to private instead in map parameter of addon’s config.json because seems don’t support it, or I’m wrong? I tried to search other method but I not found another way to share the mounted share content with other containers.
Can someone tell me how to solve or workaround the problem please?
Thanks for any reply and sorry for my bad english.