Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network storage configuration #770

Open
mgerb opened this issue May 19, 2024 · 1 comment
Open

Network storage configuration #770

mgerb opened this issue May 19, 2024 · 1 comment

Comments

@mgerb
Copy link

mgerb commented May 19, 2024

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
Copy link

bjs-pdx commented May 21, 2024

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
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants