The latest Windows 11 preview build in the Beta Channel delivers a rather odd change to the Start menu. For some reason, the "Sign out" button is hidden behind a Microsoft 365 ad and other banners.
Journaling should make sure that the file system itself doesn’t corrupt, but journaling doesn’t magically make all writes atomic. If a program is halfway through writing a file and the power is cut, that file will be corrupt.
As a user. When I want the computer to shut down. I’ve got my programs already closed. I really don’t care if there’s a half open log file or some telemetry isn’t properly recorded. It needs to shut down now.
By default, Linux can take up to 15 seconds to write a file to disk, this is for power saving reasons. You could corrupt the last document/photo you saved, your browser profile, or your nextcloud sync.
Linux usually shuts down immediately if you don’t have any unsaved files and nothing glitches out during shut down. But yeah, windows sucks, corrupt files is probably the least of your problems using Windows.
I guess on Linux, if you run sync to write all cached files to disk, and then pull the cord, you’re probably fine.
I like to think of it like this. When I tell the computer to power down its a fair warning. Just like when a UPS sends the alarm signal. Power is going off, you better get in a good state now.
Journaling should make sure that the file system itself doesn’t corrupt, but journaling doesn’t magically make all writes atomic. If a program is halfway through writing a file and the power is cut, that file will be corrupt.
As a user. When I want the computer to shut down. I’ve got my programs already closed. I really don’t care if there’s a half open log file or some telemetry isn’t properly recorded. It needs to shut down now.
By default, Linux can take up to 15 seconds to write a file to disk, this is for power saving reasons. You could corrupt the last document/photo you saved, your browser profile, or your nextcloud sync.
Linux usually shuts down immediately if you don’t have any unsaved files and nothing glitches out during shut down. But yeah, windows sucks, corrupt files is probably the least of your problems using Windows.
I guess on Linux, if you run
sync
to write all cached files to disk, and then pull the cord, you’re probably fine.I like to think of it like this. When I tell the computer to power down its a fair warning. Just like when a UPS sends the alarm signal. Power is going off, you better get in a good state now.