I am mounting a separate 1TB drive and directing the events folder to it via fstab like this;
Code: Select all
#big disk auto mount
UUID=3571f3d0-9874-4c89-b4f4-8cdb4c22c11d /home/pvr/bigDisk ext4 defaults 0 1
#mounts for zm
/home/pvr/bigDisk/zm/images /var/lib/zoneminder/images none defaults,bind 0 2
/home/pvr/bigDisk/zm/events /var/lib/zoneminder/events none defaults,bind 0 2
Disk analyser showed the issue to be the /var/lib/zoneminder/events folder?
I deleted a bunch of events but the free space indicator wont update?
I had to use this trick to adjust the space reserved for root;
http://unix.stackexchange.com/questions ... -files-now
Code: Select all
# tune2fs -m4 /dev/sda4
When I check the size of the /var/lib/zoneminder folder (via nautilus) it shows its full for /root but when I check the size of /var/lib/zoneminder/events it shows the size of the separate 1TB drive as it should.
I am at a loss for what I need to do to fix this and am wide open to suggestions!
Cheers,
Jon