Is it still possible to mount a NAS Share to Homeassistant over shell command?
My Nas runs OMV 6
I use this in my config.yaml
mount_nas_folder: mount -t cifs -o vers=3.0,noserverino,username=XXX,password=XXX,domain=WORKGROUP //192.168.2.99/Kamera /config/www/images/haustur
If i trigger it, i can see an error in proxmoxx console: CIFS Send error in SessSetup -13
If not possible, how can I use this NAS share in Home Assistant, if I want to reach it over https . I want to show a picture from my NAS on my Android TV (use pipup) . I only get it to work when the picture is in config/www and not on my NAS.
I tried again with your code, but still without success. The folder is empty. Now that I know that it still works, I still have hope that I can still do it.
Yes, several.
I can also mount it in HA as network storage via the UI.
But since I want to integrate under /config/www I have to do it using ShellCommand.