Been followinging this guide: http://www.zoneminder.com/wiki/index.ph ... Hard_Drive
Its rather confusing and it seems to change the way it wants to do it half way down and changes the example drive from /newdrive to /otherdrive part way through (well i think anyway, could be why im going wrong)
My fstab looks like this:
Code: Select all
//192.168.1.3/CCTV-1 /mnt/CCTV cifs defaults,username=admin,password=password 0 2
/mnt/CCTV/events /var/cache/zoneminder/events non defaults,bind 0 2
/mnt/CCTV/images /var/cache/zoneminder/images non defaults,bind 0 2
/mnt/CCTV/events /usr/share/zoneminder/events non defaults,bind 0 2
/mnt/CCTV/images /usr/share/zoneminder/events non defaults,bind 0 2
Ive also noticed that when Stopping Zoneminder (/etc/init.d/zoneminder stop) i get this error
Code: Select all
rm: cannot remove '/var/lock/zm': Operation not permitted
Code: Select all
Starting Zoneminder: Chown: Changing ownership of 'var/run/zm': operation not permitted
chown: changing ownership of '/tmp/zm': operation not permitted
success
touch: cannot touch 'var/lock/zm': permission denied
Does this make sense to anyone? I havent changed anything else (that I can think of... was a fresh install yesterday)