this post was submitted on 07 Jan 2025
18 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1097 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It probably depends on what software you're running and what it does. I don't 100% know how to do this, but this is what I'd aim for:
Everything on the physical drive is read-only. On startup, it creates a RAMFS and copies any files that change as part of the software you're running there and points to that for all temporary files, etc.
That way the whole physical device is read only and anything that needs to change does so in memory only.