I’ve been noticing lately that the available space on my vera2 is shrinking.
I compared the directory usage on /overlay on 2 consecutive days and the difference seems logical but the amount of available space shown by the df command shrank by almost 300k in one day!!
Here’s my latest status:
/dev/root 6464 6464 0 100% /rom
tmpfs 15268 7252 8016 47% /tmp
/dev/mtdblock/4 9088 8616 472 95% /overlay
mini_fo:/overlay 6464 6464 0 100% /
/dev/loop/0 3072 3072 0 100% /mios
I suspect some data corruption but couldn’t find a way to check jffs filesystems.
I expect Vera to stop working if this goes on for a couple more days now >:(
Any hints ?
Roy S.
Run [tt]logread[/tt] and see if it has anything interesting in it.
Also, try [tt]ls[/tt] on the [tt]/overlay[/tt] directory. Plugin files go under this umbrella mount, along with a number of other things. It’s also possible for a plugin to write to that area so you can “[tt]grep[/tt]” for the files created/modified today (since the find command doesn’t have the [tt]-mtime[/tt] option)
Just discovered the problem.
I had created an event to save pictures from a camera based on a motion sensor trigger.
The files were supposed to be saved on a USB mounted on /mnt/usb, except that there was something wrong with command that automatically mounts the drive so /mnt/usb was just a directory on vera’s filesystem :-[
Entirely my fault. 
@guessed, thanks for the info anw.
Roy S.