• Katana314@lemmy.world
    link
    fedilink
    English
    arrow-up
    32
    ·
    16 hours ago

    My biggest worry for this is, there’s probably dozens of black hats out there that have found some very large exploit for Windows 10, and are holding off on abusing it until the day Microsoft ends support.

    Currently, my plan is to make a partition for Linux Mint, set up dual boot, see how much of my daily computer obsession I can execute through there, and then try to slowly transition while slowly moving stuff from Windows. (I am vaguely worried I’ll run into that Windows issue where files accessed from outside the OS login are security-restricted. That has even screwed up my Windows reformat fixes)

    • Kroxx@lemm.ee
      link
      fedilink
      English
      arrow-up
      8
      ·
      12 hours ago

      Mint’s sweet I switched from 10 a few months back. Biggest difference is getting use to the different file system, only 2 games have been unplayable (didn’t try to make them work tbh).

    • douglasg14b@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      10 hours ago

      PR nightmares will keep significant exploit fixes coming. Microsoft isn’t that stupid.

    • palordrolap@fedia.io
      link
      fedilink
      arrow-up
      8
      ·
      16 hours ago

      NTFS file reading and writing is reasonably well supported under Linux, though exFAT or native filesystems are preferable. Actually finding software that will understand your files is one level removed, and getting equivalent or even the same software running is another level still. e.g. reading MS Office documents - LibreOffice is pretty good at that. For games, Steam and Proton have a lot of that covered.

      If all you do is on websites, most if not all of the usual web browsers are available and work indistinguishably.

      That said, I will leave you with these three words: Backups. Backups. Backups.

      • Katana314@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        15 hours ago

        I’m not worried about interpreting the NTFS filesystem or individual files of given formats. Mainly, I’m worried about a Windows security-level problem I’ve had where Windows restricts access to whole directories based on user-level permissions, since the old “user” that owned them on a given operating system has been obliterated. It’s an issue I’ve had even when reinstalling Windows to the same computer.

        • palordrolap@fedia.io
          link
          fedilink
          arrow-up
          5
          ·
          14 hours ago

          As far as I know, Linux ignores NTFS permissions when given raw access to a disk, or rather, acts as thought it’s SYSTEM or some other high-level user, working around anything Windows might have set.

          Worst case, you could still move your important files to an exFAT partition (or into an archive) where permissions don’t apply.

          • hamsterkill@lemmy.sdf.org
            link
            fedilink
            English
            arrow-up
            2
            ·
            13 hours ago

            As far as I know, Linux ignores NTFS permissions when given raw access to a disk, or rather, acts as thought it’s SYSTEM or some other high-level user, working around anything Windows might have set.

            I think that was the case for ntfs-3g.

            I’m not certain that’s the case anymore with the new kernel NTFS driver, though I havent tested it. If it isn’t, it should be correctly handling the file premissions.

            • palordrolap@fedia.io
              link
              fedilink
              arrow-up
              1
              ·
              11 hours ago

              LMDE6 still uses ntfs-3g as far as I can tell, so I’m going to assume that regular Mint does too. lsmod reports nothing like ntfs, and the tried and tested, if no longer developed, ntfs-3g suite is installed.

              Things might change as and when the kernel driver is more stable for writing. I’m sure more bleeding-edge distros are already running the kernel driver, but then, those who run those distros are deep into Linux and NTFS is not really something they deal with regularly.

              • hamsterkill@lemmy.sdf.org
                link
                fedilink
                English
                arrow-up
                1
                ·
                9 hours ago

                I believe it actually is used in regular Mint (the Debian kernel doesn’t include it, but it looks like Ubuntu’s and Mint’s do). But yes, I suppose it is still in the process of being adopted by various distributions.