Open mgerb opened 6 months ago
Looks like you need to enable Samba in the config file and then modify /etc/fstab to mount the remote file system.
ENABLE_CIFS="true"
`more fstab
proc /proc proc defaults 0 0 devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
tmpfs /tmp tmpfs mode=1777 0 0 tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0 sysfs /sys sysfs defaults 0 0 media /media tmpfs mode=1777 0 0 tmpfs /opt/wz_mini/tmp tmpfs mode=1777 0 0 `
I'd like my camera to record to a Samba server on my network, but I'm having trouble finding any documentation on how to configure this. It would be much appreciated if someone could provide some assistance here, or direct me to any relevant documentation.
Thanks