• MentalEdge
    link
    fedilink
    38 months ago

    Yes. You can have more than one storage device, or partition a single one, and install more than one operating system. At startup, a bootloader like grub can then be used to choose which one you want to load into.

      • MentalEdge
        link
        fedilink
        28 months ago

        Yes. You cannot have multiple operating systems within the same filesystem.

        • @cheese_greater@lemmy.worldOP
          link
          fedilink
          28 months ago

          But on a practical level, does this preclude being able to dual-boot? That’s the word I feel like I’ve heard and that best conceptually aligns with what I’m envisioning here

          • MentalEdge
            link
            fedilink
            2
            edit-2
            8 months ago

            I order to dual-boot, you must install more than one operating system, plus a bootloader that lets you switch between them.

            The multiple OSes cannot be installed within the same filesystem, which simply means they need to have their own area on the hard-drive/ssd/whatever.

            For linux you need extX/btrfs/…, windows uses ntfs, and OSx uses apfs. They do not work with each other (or, well, linux can mostly access the file systems of other OSs but it can’t run from them).

            In practice, this just means you either need more than one storage device, one for each OS, or that you need to partition your existing one. (Shrinking any filesystem already on it, and creating new partitions for the other OSes).

            Essentially, imagine taking your 500gig mac, and shrinking it to a 300gig mac, and then using the extra 200 gigs to create a second, virtual ssd that you can then install your second OS onto while keeping the one you already have (though with a bit less space for it to use).

            The “new” ssd is not really virtual, it’d be a partition of the size 200gigs, the filesystem that was already there was also a partition, it was just the same size as the ssd, so it took it up completely. When you only have one OS, you only have one partition (there are exceptions) but you can have two, or three, or any number you want. They can be any size as long as they together fit on the drive.

          • @TexMexBazooka@lemm.ee
            link
            fedilink
            18 months ago

            Going off the questions you’re asking here theres some fundamentals you don’t understand and you’re in over your head until you do some more reading

              • @TexMexBazooka@lemm.ee
                link
                fedilink
                18 months ago

                Not a bad place to be asking questions I assure you. In your case, I would recommend dual booting your Mac with Linux, so you can switch between the two. There are lots of guides on how to do this online, and I’m pretty sure mac has pretty intuitive built in tools. Boot camp I think it’s called?

                Not a Mac guy for the record