this post was submitted on 21 Mar 2024
3 points (100.0% liked)
raspberrypi
3273 readers
2 users here now
Community about the single-board computers, micro-controllers and related projects.
Other RaspberryPi communities on Lemmy
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That setup is probably perfectly adequate. You can configure the OS to set the MicroSD to read-only mode, which would decrease the chance of corruption to near zero. According to this page:
Just run
sudo raspi-config
from the terminal then go into "Performance Options" and select "Enable/disable read-only file system". You can do that again to enable writes if you ever need to change a config option or update the software.Thanks for sharing.