I don’t fucking know why I can’t eject USB hard drives. I installed the SysInternals apps, and best they can tell me is that Dropbox is fucking with the drives. I explicitly told Dropbox to not fuck with USB drives. I don’t know who’s lying, I just want whoever is fucking with the drives to stop fucking with the drives, OK??? OK.

  • Valmond@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    19 hours ago

    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.

    • ChaosMonkey@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      8
      ·
      16 hours ago

      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.

      • kautau@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        yeah many linux systems will run fsck on mount as well if that same thing is detected, it’s not a windows specific thing

      • Dumhuvud@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 hours ago

        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.

        • Valmond@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          9 hours ago

          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.