I have HAOS_OVA-9.4 running in kvm.
What i am trying to so is storing the pictures taken by the camera trigered by motion in the network drive.
I have used
shell_command:
mount_nas_folder: mkdir -p /media/Pictures;mount -t cifs -o vers=3.0,noserverino,username=agas,password=***,domain=WORKGROUP //192.168.50.51/300/Pictures /media/Pictures
and automation to get this running every restart.
From media on the side bar when I navigate i can see the files that are in the network drive.
But when i do this
Images are not in the network folder. They end up in local /media/Pictures which i can see when the mount is active.
What am i doing wrong ?
Thanks in advance.