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).
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.
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.