You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Just discovered hypriot, nice work getting Docker to play nicely on a RasPi! 👍 .
I am I developer on the OpenEnergyMonitor Project, we currently use a RasPi3 with root FS in read-only for robust long-term operation. In testing we found SD cards hit their RW limit and failed in less then 12 months when used for logging application.
I first posed this question on Gitter chat, @firecyberice suggested I open an issue here. In a tweet@DieterReuter suggested this should be possible. Ram disks will be needed, we currently have the following setup
/home/pi/data is mounted as RW then everything else is RO or tmpfs. Our pre-built SD card images can be downloaded if you're interested how this works. We have had RaspberryPi's running without a hitch for other 3 years constantly data logging using this setup.
The text was updated successfully, but these errors were encountered:
Thanks for this input, really interesting idea to run most of the OS in read-only mode. This leads to a longer lifetime for the SD card and should also increase the stability and security of the system. 👍
I think we'll dig into this later. In the meantime you can try it on your own with our latest HypriotOS release - we're right now preparing a major upgrade, but it's too late to include new features.
Just discovered hypriot, nice work getting Docker to play nicely on a RasPi! 👍 .
I am I developer on the OpenEnergyMonitor Project, we currently use a RasPi3 with root FS in read-only for robust long-term operation. In testing we found SD cards hit their RW limit and failed in less then 12 months when used for logging application.
My questions is can the hypriot SD card images work with root FS in read-only? Do you have any any experience / recommendations for running Docker on RaPi with read-only root FS? I have documented the steps taken to make raspbian read-only here and our full SD card build guide here.
I first posed this question on Gitter chat, @firecyberice suggested I open an issue here. In a tweet @DieterReuter suggested this should be possible. Ram disks will be needed, we currently have the following setup
/home/pi/data
is mounted as RW then everything else is RO or tmpfs. Our pre-built SD card images can be downloaded if you're interested how this works. We have had RaspberryPi's running without a hitch for other 3 years constantly data logging using this setup.The text was updated successfully, but these errors were encountered: