Today i took my first steps into the world of Linux by creating a bookable Mint Cinamon USB stick to fuck around on without wiping or portioning my laptop drive.

I realised windows has the biggest vulnerability for the average user.

While booting off of the usb I could access all the data on my laptop without having to input a password.

After some research it appears drives need to be encrypted to prevent this, so how is this not the default case in Windows?

I’m sure there are people aware but for the laymen this is such a massive vulnerability.

  • JubilantJaguar@lemmy.world
    link
    fedilink
    arrow-up
    14
    arrow-down
    5
    ·
    1 day ago

    This is a case where Windows-bashing is hypocritical. Almost no Linux distro has disk encryption turned on by default (PopOS being the major exception).

    It’s dumb and inexcusable IMO. Whatever the out-of-touch techies around here seem to think, normies do not have lumbering desktop computers any more. They have have mobile devices - at best laptops, mostly not even that.

    If an unencrypted computer is now unacceptable on Android, then it should be on Linux too. No excuses.

    • SayCyberOnceMore@feddit.uk
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      1 day ago

      It’s dumb and inexcusable IMO

      No, it’s a choice, because:

      1. History… encryption didn’t exist in the beginning. Upgrades won’t enable it.

      2. Recovery… try telling the people that didn’t backup the encryption key - outside of the encrypted vault - that their data’s gone.

      3. Performance… not such an issue these days, but it does slow your system down (and then everyone complains)

      So, please continue to encrypt your data as you choose and be less judgemental on others, esp. anyone new

      No excuses.

      • MonkeMischief@lemmy.today
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        I will definitely say I wish encryption setup was a lot easier in Linux. Windows is like “wanna Bitlocker?” Done.

        With most Linux installers, if you’re not installing in a very default way, and clicking that box to encrypt the drive, it’s time to go seriously digging. For a while.

        I managed to encrypt a secondary drive with the same password on my EndeavourOS laptop, but I still need to enter the same password 2 times before getting into the OS.

        I consider that a feat, and I’m not touching it for fear of losing everything lol.

        • SayCyberOnceMore@feddit.uk
          link
          fedilink
          English
          arrow-up
          2
          ·
          13 hours ago

          Yes, I feel your pain.

          Encryption drives sound like a good idea until the subject of unlocking them comes up… and automatically unlocking the drive for the OS isn’t really helping.

          But, for user data, it can be unlocked automatically during login. The Arch wiki covers this.

          But backup your data 😉

      • JubilantJaguar@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        2
        ·
        1 day ago

        Blah blah blah. Unencrypted data is the wrong default in 2025 for any OS. Linux should not be a poor man’s OS.

        • SayCyberOnceMore@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          13 hours ago

          It depends on your use-case.

          Encryption of data at rest (this discussion) is mostly helpful for physical theft, so a device that never leaves the house, there’s little reason for encryption.

          Similarly, on a lower powered mobile device, maybe you only want / need user data to be encrypted, and there’s no need to encrypt the OS, which keeps the performance up.

          Maybe you want the whole thing encrypted on your high performance laptop.

          So, it’s difficult to define a sane default for everyone, thus making it an option for the end user to decide on.

          Linux has more choice than Windows - and the encryption algorithm(s) can be verified - so it’s definitely the better choice.

    • Jhex@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      1 day ago

      Almost no Linux distro has disk encryption turned on by default (PopOS being the major exception).

      it’s usually an option in the guided disk partition

      If an unencrypted computer is now unacceptable on Android, then it should be on Linux too. No excuses.

      Linux is about choice, not whatever someone else thinks it’s acceptable

        • Bogus007@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          15 hours ago

          Defaults are generally who do not want to understand in depth what they are doing (no offence). Example from other sphere: in R-Cran (used to write statistical models), some functions have defaults to either choose a particular algorithm or an optimisation value. I have heard almost about nobody among students, PhDs and even higher up the ladder, who took the time to understand what is happening below the shell. Instead these people took just the defaults, it worked (result was significant), done. However, if they may have chosen another algorithm, things may have turned differently, which would open up a box with many questions concerning modelling adequacy and understanding of data. It is the same with defaults in Linux.

      • AnarchistArtificer@slrpnk.net
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        Echoing Jubilant Jaguar’s sentiment about defaults mattering, I think that sometimes an excess amount of choice can be overwhelming such that a user is less empowered to make choices about things they do care about (Leading to a less steep learning curve). Sensible defaults need not remove anyone’s choice

        • Jhex@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          23 hours ago

          I don’t disagree with the premise. I may disagree encrypted hard drive by default a sensible choice

    • utopiah@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      If an unencrypted computer is now unacceptable on Android, then it should be on Linux too. No excuses.

      When is the last time you carried your desktop outside? Forgot it somewhere?

    • Geodad@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      I always turn on LUKS during install. The only exceptions are when I’m doing tests of different distros on my machine that I lovingly call “FuckAround”.

      It really is the best way to find out.