• Treczoks@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    17 minutes ago

    I ran linux with ext2, no timeshift, and home on the root partition. Back then when I ran the machine on kernel 0.97.

  • emmowo@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 hours ago

    Even ext4 still has safety measures (BLOAT!11!!1) because of journaling.

    This is why i compile my kernels on ext2 with without swap for maximum utilization /j

  • Echolynx@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    I made a /home partition on eOS at least! But given that the drive is only 128G, I don’t store much in it that isn’t synced from desktop.

  • obsolete@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    7
    ·
    8 hours ago

    This is my setup that I have been using for years. I have never had a serious Linux update issue that could not be fixed.

  • Alfredolin@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 hours ago

    Exactly. Nothing of importance is stored solely there anyway.

    And for me I need every single GB for installing games, no space left for backup management.

  • AnimalsDream@slrpnk.net
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    9 hours ago

    Non-issue. I just scatter fragments of my data across so many devices that some version of something is bound to be somewhere. ¯\_(ツ)_/¯

  • katy ✨@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 hours ago

    the one thing i wish i knew when i first installed linux was to put /home on another drive (i do symlink downloads and anything else now but i wish i did it on my desktop when i first switched)

    • lordziv@lemmy.nz
      link
      fedilink
      arrow-up
      1
      ·
      8 hours ago

      Are you meaning on a different partition or a completely different hard drive?

      • katy ✨@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        well my desktop has the main ssd where i installed it too but that is pretty small while the second drive is something like 2tb so that’s where i would have put it. its honestly not bad now i had a brief panic where it ran out but ive symlinked a lot in /home over to the new place its just wish i understood the advanced partitioning when i first set it up that’s all.

        • moonshine69@lemmy.nz
          link
          fedilink
          arrow-up
          1
          ·
          7 hours ago

          Not too difficult to fix this in post.

          1. Turn off, boot from a USB
          2. Copy all home to drive
          3. Delete home from old drive
          4. Add fstab entry
          5. ???
          6. Lose all data (but usually profit)
          • Syltti@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            7 hours ago

            You say it’s not too difficult, but, I guarantee you, if I tried to do this, I’d lose not only my /home, but also my game drive. I’m that kind of dumb.

    • emmowo@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      you can use it to (sometimes) transplant your personal config and documents onto another OS, but it comes with the tradeoff of losing space in root that might be used for massive libraries (compute libraries suck in this regard).

      And sometimes your /home will depend on things that your rootfs doesn’t have, which has caused problems for me before. But if you planned for these things beforehand, and your installed software doesn’t do something really dumb, it can work out pretty well, although my personal experience with this is limited to effectively embedded Linux where this is usually a non-issue.