779
            
              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.
Then you stick a usb key in and invariably get the "windroze has detected a problem with the drive, scan or format?"
Do nothing and the drive works perfectly well.
There is a dirty bit indicating the disk was not ejected properly. It stays there until you use the "scan and fix" action. It doesn't indicate corruption directly.
yeah many linux systems will run fsck on mount as well if that same thing is detected, it's not a windows specific thing
Actually had this occur on a USB NTFS drive I haven't migrated the data to another fs from yet. It mounts at boot so my whole system got hung up until I removed it from the fstab and installed the tools to scan and fix the ntfs filesystem from the aur.
Was like a 20 minute fix, including time to research the tools I needed to fix it.
There can be corrupted files. I run chkdsk from the command prompt to verify.
Not sure why you're downvoted.
Operating systems often cache disk writes and flush them to underlying devices once in a while. Dismounting (or "ejecting" in Windows terms) forces the writes to be flushed.
See
man 2 fsync.They're downvoted because the OS prompts it every time. Not only when it's needed.
It's like the doctor says you better do a full checkup every time you see them and every time the results are perfectly okay. Sure, maybe one day they'll be right but it's not the correct way to do things.
I had a SSD in an enclosure that would do this. When I found the little nub to keep it in place it stopped doing this.