Hi all,
I'm fairly new to the raspberry and am a bit overwhelmed.
Here is my situation:
I am building a photogrammetry 3d scanner / cam array containing 60 ESP32s and 10 Raspberry Pi Zero Ws running Debian lite on cheap 16GB cards.
I power each module via pins from a stable 5V/40A PSU.
My scripts perform like they should BUT when after removing power from the system multiple Pis have corrupted SD cards.
I figure that the corruption comes from write processes during "shutdown".
My attempted solution so far:
- Load /var/logs as ram drive
- Write temporary image files to ram drive
does not work.
Is there maybe a safer approach? Are there other processes writing to storage? Any tips in general?
Thanks for your time!