I start: the most important thing is not the desktop, it’s the package manager.

      • guillermohs9@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        On Windows, I often simply took out the USB drive without “safely removing” it. The data was there 99% of the time. On Linux, if I’m not mistaken, unmounting the drive before disconnecting is what actually writes data to it.

    • argv_minus_one@beehaw.org
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      It’s pretty important on Windows too, though. Always “eject” or “safely remove hardware” before unplugging!

      • its_pizza@sopuli.xyz
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Not in Windows 10/11. You can still “eject” if it makes you feel better, but it’s basically redundant. They reworked the support for removable media so they are always ready to remove except during active read/write operations.

        • argv_minus_one@beehaw.org
          link
          fedilink
          arrow-up
          6
          ·
          1 year ago

          Read/write operations can happen in the background at any moment as long as the drive is mounted, so that’s not terribly comforting.

          Anyway, Linux has a mount option, sync, to do the same thing that Windows does with removable media. Dunno if any desktop environments actually use it, but they could.

          Besides being slower, though, it has the downside of causing more write operations (since they can’t be batched together into fewer, larger writes), so flash drives will wear out faster. I imagine Windows’ default behavior has the same problem, although with Windows users accustomed to pulling out their drives without unmounting, I suppose that’s the lesser of two evils.