Hello all, sorry for such a newbish question, as I should probably know how to properly partition a hard drive, but I really don’t know where to start. So what I’m looking to do is install a Debian distro, RHEL, and Arch. Want to go with Mint LMDE, Manjaro, and Fedora. I do not need very much storage, so I don’t think space is an issue. I have like a 500+ something GB ssd and the few things that I do need to store are in a cloud. I pretty much use my laptop for browsing, researching, maybe streaming videos, and hopefully more programming and tinkering as I learn more; that’s about all… no gaming or no data hoarding.

Do I basically just start off installing one distro on the full hard drive and then when I go to install the others, just choose the “run alongside” option? or would I have to manually partition things out? Any thing to worry about with conflicts between different types of distros, etc.? hoping you kind folks can offer me some simple advice on how to go about this without messing up my system. It SEEMS simple enough and it might be so, but I just don’t personally know how to go about it lol. Thanks alot!!

  • Macaroni9538@lemmy.mlOP
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    now this version sounds more simple. SO create three ext4 partitions roughly 50-60gb for each distro, maybe create a swap or maybe a storage partition? I don’t understand how the storage partition would come into play, but I can just save anything important to my cloud drive anyway, so I don’t necessarily need extra on device storage. So is that really it?

    • odium@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      I edited the comment you are replying to to answer more of the questions.

      You would want the partitions you mentioned as well as a grub bootloader partition.

      • Macaroni9538@lemmy.mlOP
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        Oh I see now. So I don’t have much of a need for storage on my device. If I have anything important to save, I just use my cloud drive. Also I was under the impression from another poster that I don’t need to make a bootloader partition because the installer will automatically do that for me, idk what is correct? if that’s the case, then just mount the second and third distros to that first bootloader plus swap and I should be fine?

        • odium@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          10 months ago

          You need to make sure there’s enough space for your installers to make a grub partition, but yes, if there’s enough space, they will make the partitions themselves. You just need to tell them how big you want the partitions to be.

    • odium@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      As for how exactly you add each distro to the grub config, refer to the distro specific grub instructions. Some user friendly distros auto detect and add themselves to grub, but some of the more customizable and bare bones distros need manual config.

      • Macaroni9538@lemmy.mlOP
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        awwee damn, thats another aspect I wasnt aware of. Are you referring to fstab or the actual grub config?