in my case df shows
devtmpfs 118672 0 118672 0% /dev
tmpfs 25388 (8044) 17344 32% /run
tmpfs 5120 0 5120 0% /run/lock
tmpfs 50760 0 50760 0% /run/shm
in the motion project there they made a /run/motion/ subdir for
camera output ( above usage already).
but /run is definitely used and only 25MB,
the /run/shm/ is empty and 50MB, can i use that?
( what is it for / used by ) ?
and the numbers not add up? if the tmpfs dirs are on devtmpfs,
devtmpfs - 3 subdir tmpfs: 35MB missing
or are these not related?
my first test high quality MOTION capture ( to /run/motion/ )
filled it up in 2 hours. camera stopped, RPI still running, reboot ok.
but actually i think if /run is used up, some other programs must fail?
and the /run/motion/ setup is unwise??