785
99% of Windows usability issues would be fixed if Windows had the guts to add this button
(media.piefed.social)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
How is linux handle such situations, i'm new using it and haven't looked that up yet, well i didn't got in such a situation yet, but i only used a handful of time a external hard drive
Many files copied to an external disk are cached, and not written immediately unless you run the "sync" command.
So when you press the "eject" icon, on most frontends a notification will tell you not to unplug it right away, once the write is complete it will send a "it is safe to remove the drive" message. This can take a couple minutes if you are writing a big file to a slow drive.
Thats bad practice though, external drives in Linux should be mounted with no write caching just like they are in windows.