gtxaspec / wz_mini_hacks

wz camera mods... make your camera better.
1.28k stars 107 forks source link

Network storage configuration #770

Open mgerb opened 4 months ago

mgerb commented 4 months ago

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

bjs-pdx commented 4 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 /dev/shm tmpfs mode=0777 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 `