• peopleproblems@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    Im loving Bazzite.

    Except for the whole “now I have 6TB of SSDs that I can’t figure out how to get rhe data off them without buying new hardware”

    • ohshit604@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      3 days ago

      now I have 6TB of SSDs that I can’t figure out how to get rhe data off them without buying new hardware

      Are these drives completely full? If not you can likely split the partition 50% NTFS where your data resides and 50% EXT4 so that Linux distro’s can access them properly.

      Move the data from the NTFS partition over to your new partition gradually, expand the EXT4 partition and shrink the NTFS one as you go.

      NTFS partitions do work on Linux however you’ll experience permission issues and such which is why it’s generally not recommended for day-to-day use, Bazzite is such a beginner-targeted distro that they don’t want the blame put on them if you do something wrong and lose data.

    • mlg@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      Except for the whole “now I have 6TB of SSDs that I can’t figure out how to get rhe data off them without buying new hardware”

      Do you mean reading the data or deleting the data?

    • TheOctonaut@piefed.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      “I love Linux except for <devastating hardware compatibility issue>”

      Sounds frustrating, I wonder if anyone’s ever had that kind of problem?

      • Jesus_666@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        3 days ago

        Not a hardware issue; Linux handles NVMe and SATA drives just fine. They probably encrypted everything with BitLocker. Of course Linux can’t access an SSD encrypted using a proprietary Microsoft software with keys that may no longer be accessible.

        • mlg@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          3 days ago

          Linux actually can mount Bitlocker drives, even automatically, but you need the key which is usually stored in the TPM which I’m pretty sure you need to boot with secure boot to get working in Linux.

          If you still have Windows, it’s way easier to just set a secondary key and use that instead.

          On a related note, I would actually recommend weighing the benefit of using LUKS because even with AES-256 hardware acceleration, it can significantly reduce your performance depending on your CPU.

          • zod000@lemmy.dbzer0.com
            link
            fedilink
            arrow-up
            0
            ·
            3 days ago

            LUKS does reduce performance, but I’d argue that modern midrange or better NVME drives already vastly outclass the needs for normal users. Unless the user is doing massive audio or video encoding or using it for a heavily used database, they probably won’t notice.

            Source: Me, and I do the above activities and still think it’s fine.

        • Gutek8134@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          3 days ago

          Not Bazzite, this one doesn’t handle NVMe for whatever reason, unless that was changed in the last year. The only distro I’ve seen with that issue, and I’ve used 4 (okay 3 of them were Ubuntu or based on it).

          Source: had to reformat my data (games) drive. Fortunately, Pop_OS could do that just fine.

          • Jesus_666@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 days ago

            Reformatting isn’t going to change how your SSD is electrically connected to your mainboard. Do you actually mean NTFS?

            I suppose a distro might ship without NTFS-3g or the ability to install it, although Bazzite should be able to at least read NTFS.

        • chronicledmonocle@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          3 days ago

          Plug them into a non-gaming Linux distro like Fedora. It’ll read them no problem unless they’re Bitlocker encrypted. Then reformat them in Bazzite so you can use them for storage.

          • imetators@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            2 days ago

            Bazzite is Fedora, no?

            I daily Bazzite KDE and my NTFS drives are mounting all fine. The only annoyance is that it pops a warning that Bazzite doesn’t like non-Btrfs/ext4 drives every time I access them.