Can unexpected power loss harm a Linux install?
Posted
by
Johan Elmander
on Super User
See other posts from Super User
or by Johan Elmander
Published on 2013-06-25T11:03:27Z
Indexed on
2013/06/25
22:23 UTC
Read the original article
Hit count: 392
I am developing an application on a Linux embedded board (runs Debian) e.g. Raspberry Pi, Beagle Board/Bone, or olimex. The boards works on an environment that the electricity is cut unexpectedly (it is far complicated to place PSU, etc.) and it would happen every day couple times. I wonder if the unexpected power cuts would cause crash/problem on the Linux Operation System? If it is something that I should worry, what would you suggest to prevent the damages on OS against the unexpected power cuts?
PS. The application needs to writes some data to the storage medium (SD card), I think it would not be suitable to mount it as read-only.
© Super User or respective owner