Redirect Events and Images to NAS
Posted: Fri Jul 18, 2014 8:48 am
I've attached my NAS to Ubuntu 14.04 via fstab.
I've put the below in my fstab file.
I can browse to the NAS in Ubuntu fine, my next step is to re-direct Zoneminder events.
I followed this guide http://www.zoneminder.com/wiki/index.ph ... Hard_Drive
It stated I needed to update my fstab file with the below
However this doesn't work, no events are been placed here, no files are generated, when using the ZM GUI I can see the events but nothing will play back (I suspect this is because no files have been generated)
What am I doing wrong?
I've put the below in my fstab file.
Code: Select all
//blackbox/network /mnt/blackbox cifs username=(myusername),password=(mypassword),iocharset=utf8,sec=ntlm 0 0
I followed this guide http://www.zoneminder.com/wiki/index.ph ... Hard_Drive
It stated I needed to update my fstab file with the below
Code: Select all
/mnt/blackbox/Zoneminder/Images /usr/share/zoneminder/images none defaults,bind 0 2
/mnt/blackbox/Zoneminder/Events /usr/share/zoneminder/events none defaults,bind 0 2
/mnt/blackbox/Zoneminder/Images /var/cache/zoneminder/images none defaults,bind 0 2
/mnt/blackbox/Zoneminder/Events /usr/cache/zoneminder/events none defaults,bind 0 2
What am I doing wrong?