dedicated hard drive
Posted: Sat Jul 30, 2016 2:39 am
I followed these instructions (with some necessary tweaks) https://wiki.zoneminder.com/Using_a_ded ... Hard_Drive
The drive is mounted, fstab appears to be correct, ownership is www-data but nothing appears in either events or images folders, and ZM appears to be happily writing stuff to /var/cache/zoneminder folders.
fstab:
gid/uid is www-data
What have I missed?
The drive is mounted, fstab appears to be correct, ownership is www-data but nothing appears in either events or images folders, and ZM appears to be happily writing stuff to /var/cache/zoneminder folders.
fstab:
Code: Select all
/dev/sdb1 /zmdata ntfs defaults,umask=007,uid=33,gid=33 0 2
/zmdata/images /var/cache/zoneminder/images none defaults,bind 0 2
/zmdata/events /var/cache/zoneminder/events none defaults,bind 0 2
What have I missed?