In case of power failure on the network, does the Pi desktop turn off the raspberry Pi safely?
In case of power failure on the network, does the Pi desktop turn off the raspberry Pi safely?
Hi,
I think that requires a UPS, the desktop Pi behaves like any desktop PC as I understand (I could be wrong).
Hi,
I think that requires a UPS, the desktop Pi behaves like any desktop PC as I understand (I could be wrong).
No, you are absolutely right. Without a power backup of some kind there is a very good chance that data on the SD card will get lost
or corrupted if a file operation is in progress. Using a journal file system like ext4 will help, but it can not prevent data loss in all cases.
I recall an earlier discussion about this on here and that some members were using USB power banks as UPS devices for their R-Pi projects.
There also appears to be a 'Live CD/USB' type SDK for the R-Pi
which may at least help avoid the OS on a SD card from becoming corrupted due to an unexpected loss of power.