drive has filled and i cant find images

Forum for questions and support relating to the 1.28.x releases only.
Locked
robertbruce
Posts: 20
Joined: Thu Nov 29, 2012 4:57 am

drive has filled and i cant find images

Post 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...
Satellite L20, 8G flash 512-2G Ram
Ubuntu Server 10.04 32 bit
ZM 1.24 Running 2 USB cams at 16FPS

Intel P4, 40G IDE, 1G Ram
Ubuntu Server 12.04 64 bit
ZM 1.25 Running 6 USB cams at 10FPS & 1 Sony IR CCTV Cam 420lines at 10FPS
akg1508
Posts: 26
Joined: Sun Aug 02, 2015 9:06 am

Re: drive has filled and i cant find images

Post 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.
robertbruce
Posts: 20
Joined: Thu Nov 29, 2012 4:57 am

Re: drive has filled and i cant find images

Post 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
Satellite L20, 8G flash 512-2G Ram
Ubuntu Server 10.04 32 bit
ZM 1.24 Running 2 USB cams at 16FPS

Intel P4, 40G IDE, 1G Ram
Ubuntu Server 12.04 64 bit
ZM 1.25 Running 6 USB cams at 10FPS & 1 Sony IR CCTV Cam 420lines at 10FPS
Locked