TL;DR: Have a very expensive laptop and want to make sure I can create a partition on two SSDs in RAID 0 without messing up everything.

Hi everyone!

I’m pretty new to Linux and I’d like to get Mint running on my Windows machine. I used Ubuntu way back in maybe 2010 and I didn’t really get why it was so great, except for “holy shit look at the kickass desktop cube!” I also use Arch By The Way with my Steam Deck, but that barely counts as “using” Linux.

These days I’m much more privacy- and FOSS-minded (not to mention more tech-savvy and comfortable with the CLI since becoming a web dev) so I’m ready and excited to take it more seriously. I definitely want to keep Windows on here to keep a more reliable option for playing games.

Now to the meat and potatoes: my laptop came with this storage configuration (capture from the product page): From my limited understanding of RAID 0, the two m.2 drives are used as if they’re one, with the data being “striped” across them. Would that lead to any issues when I create a primary partition for Mint? Maybe I’m just paranoid, but the last thing I want to do is ruin my laptop.

Here’s what Disk Management shows, in case the additional info. is needed:

I would really appreciate any advice y’all can offer!

  • N3Cr0@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 months ago

    Bitlocker will make you have a hard time when it comes to multiboot and only one drive (RAID 0 behaves like one single drive). The RAID is another possible point of failure.

    If you really want to set it up:

    1. Backup all your data
    2. Disable RAID
    3. Reinstall Windows on one SSD (Bitlocker Encryption is fine then)
    4. Install Linux along with its bootloader (grub) on the other SSD (LUKS encryption is also ok here)
    5. Boot from the Linux drive. Grub will then prompt you for the password to the encrypted LUKS partition.

    You will not be able to access your Linux drive under Windows and vice versa. At least not with preinstalled tools.

    • ProfessorProteus@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      Sounds like I should err on the side of caution then. Thanks for the in-depth explanation. I think I’ll either buy a new SSD for my desktop and boot from that, or get a cheap(er) laptop and go full Linux. I love this laptop as it is - despite it running Windows - and I really don’t want to rock the boat hardware-wise.

      Thanks again!

      • d3Xt3r@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        11 months ago

        Another option is to buy an external SSD (don’t get SanDisk, known to fail) and install Linux on it, this way you get to use your laptop with Linux, whilst preserving your Windows/RAID setup. The other advantage is that since Linux is portable, you could use the same drive to boot on other PCs as well, so you could have your own personal, secure and portable computing environment.

  • Quazatron@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    Can’t really help with your main question, but I’ll add that Raid0 is a good way of losing everything if any single one of those disks dies. Please make sure you keep updated backups.