So I’ve had enough from partitioning my HDD between Linux and Windows, and I want to go full Linux, my laptop is low end and I tend to keep some development services alive when I work on stuff (like MariaDB’s) so I decided to split my HDD into three partitions, a distro (Arch) for my dev stuff, a distro (Pop OS) for gaming, and a huge shared home partition, what are the disadvantages of using a shared home (yes with a shared profile, I still want to access my Steam library from Arch if I want that)

Another thing that concerns me is GRUB, usually when I’m dualbooting with Windows, the Linux distro takes care of the grub stuff, should only a single distro take care of GRUB? or I need to install “the grub package” on both? Do both distros need separate boot partitions? Or a single one for a single distro (like a main distro) will suffice?

Another off topic question, my HDD is partitioned to oblivion, can I safely delete ALL partitions? Including the EFI one? I’m not on a MacBook, a typical 2014 Toshiba that’s my laptop

  • MarcDW
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    I have a triple boot laptop with MX Linux, Void Linux, and OpenBSD on an old laptop where VMing wouldn’t work so well.

    As others have pointed out a shared home directory is not a good idea. Shared data (documents, music, images, etc.) would be fine as mentioned previously.

    • notTheCatOP
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      How are you implementing shared data? Soft sym links between homes? Or like a separate folder with a group full access?

      • MarcDW
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        3 months ago

        Sorry for the really late response. Since one of the OSes is BSD I have one shared FAT32 partition mostly for basic getting-things-from-one-to-the-other stuff. Far as I know OpenBSD does not support ext4 (at least not r/w). It does support ext2.

        Since all three OSes have the Nextcloud client it would have been cool to have its directory on a shared partition to reduce redundancy.

        I may change things up, format it to ext2 and see if I can use it to share Documents, Music, Pictures, and Video across all three OSes. Maybe.

        • notTheCatOP
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          I see, but FAT32 is pretty limiting for file sizes no?

          • MarcDW
            link
            fedilink
            arrow-up
            2
            ·
            3 months ago

            True. Luckily I don’t have anything large (4GB+). I do plan to change the filesystem. I forgot to mention that I used to have Windows 7 on that old laptop. The other reason why the shared partition was FAT32/vfat.