I followed this guide but I have no idea what I have to add to the fstab file...
http://www.zoneminder.com/wiki/index.ph ... Hard_Drive
My disk is recognized as /dev/sda1 and the nas is mounted to /media/hdd, I'd like to upload all events to /media/hdd/events.
So what do I change the settings below too to make them upload events to the external hard drive?
Code: Select all
/dev/sdX1 /otherdrive ext3 defaults 0 2
/otherdrive/zoneminder/images /var/cache/zoneminder/images none defaults,bind 0 2
/otherdrive/zoneminder/events /var/cache/zoneminder/events none defaults,bind 0 2