Pulling the power plug on the Omega
-
Is pulling the plug on the omega without doing some sort of shut down ok? On my Pi, I always do a shutdown to make sure all data is written out, and give the system time to shutdown services and such. Is that an issue with the Omega? What is the file system being used?
-
@Chris-Ward Nope, it's not a problem with the Omega. Empirically, I haven't yet had a data corruption problem on the Omega. On the ROM it uses
squashfs
, and on the overlay it usesjffs2
.