Page 1 of 1

drive has filled and i cant find images

Posted: Sun Feb 21, 2016 3:31 pm
by robertbruce
hi All,
sorry to ask but my drive has filled and i cant find where my zoneminder images are stored.
Ive looked in var/cache, the puppy folder and esle where. Kfind won't start and ive soent an hour reading and looking thru folders but nada....

i am using the warypuppy live disk. I need to pull only a few pics from it then i can reboot...

Re: drive has filled and i cant find images

Posted: Sun Feb 21, 2016 9:02 pm
by akg1508
I'm assuming you've:

1. Looked in Options / Paths / DIR_EVENTS
2. It sounds like you've booted in to a live CD, so you need to mount the drives that are normally available.

Code: Select all

sudo find /path/to/drive -name "*-capture.jpg"
should eventually find them.

Re: drive has filled and i cant find images

Posted: Sun Feb 21, 2016 10:47 pm
by robertbruce
thanks AKG,

it's a live disk running on ram so it fills pretty quick.
Options won't open
will try that line of code, thanks