• Sestren@lemmy.world
    link
    fedilink
    arrow-up
    27
    arrow-down
    2
    ·
    13 hours ago

    The whole point of doing a separate partition for your home directory is to do just that… The fuck is this even supposed to mean.

    • one_knight_scripting@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      8 hours ago

      Uh… I don’t have a separate partition for /home. I have a separate zfs filesystem for it though. If I run into issues, I can restore from snapshot and not affect it.

        • one_knight_scripting@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          5 hours ago

          That’s fair. I chose ZFS because I’ve used it before. And understand it fairly well already. I know nothing about BTRFS, so perhaps you could educate me a little. I’m working on setting up a cloudstack host using ZFS RAID 10. Does BTRFS have a flexible architecture to where you could do something similar?

          Edit: Perhaps you could also inform me of the speeds of BTRFS too. From what I understand, ZFS outperforms BTRFS in large datasets, but I don’t know where the cutoff is. I’ll let you know it would need to run 12 ea 10TB HDDs.

          • BCsven
            link
            fedilink
            arrow-up
            2
            ·
            5 hours ago

            Best would be to search up BTRFS vs ZFS, or listen the the entire back catalog of 2.5admins; they regularly discuss both. ZFS is probably what you want, I only went BTRFS because it is what I got introduced to via OpenSUSE

    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      9
      arrow-down
      3
      ·
      edit-2
      12 hours ago

      If you got a problem, reinstall and do the same stuff again, you’ll almost certainly get the same problem again. So, no, it’s only productive if you are in a fucked-up environment where changes bring more breakage than they fix.

      It’s useful if you don’t plan to do the same thing again, though. So if you are just trying random stuff, yeah, go ahead.

      • hersh@literature.cafe
        link
        fedilink
        arrow-up
        4
        arrow-down
        3
        ·
        edit-2
        9 hours ago

        If you got a problem, reinstall and do the same stuff again, you’ll almost certainly get the same problem again

        Sure, but nobody’s likely to do that. If I wiped my system now, I doubt I could get it back to exactly the same state if I tried. There are way too many moving parts. There are changes I’ve forgotten I ever applied, or only applied accidentally. And there are things I’d do differently if I had the chance to start over (like installing something via a different one of the half-dozen-or-so methods of installing packages on my distro).

        For example, I have Docker installed because I once thought a problem I had might have been Podman-specific. Turned out it was not. But I never did the surgery necessary to fully excise Docker. I probably won’t bother unless and until there is a practical reason to.