this post was submitted on 02 Jul 2023
959 points (100.0% liked)

linuxmemes

21047 readers
1161 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] PCChipsM922U@sh.itjust.works 9 points 1 year ago (6 children)

    BTRFS is your friend guys and gals ☺️.

    [–] TwiddleTwaddle@lemmy.blahaj.zone 6 points 1 year ago* (last edited 1 year ago) (1 children)

    I switched to BTRFS recently, but found myself even more fucked when my system stopped working suddenly and I didn't know how to fix it without reformatting and installing grub again. Actually lost even more than I would have otherwise just because I wasn't knowledgeable enough to get any form of recovery to work. That first EndeavourOS install didn't last 2 months sadly.

    [–] PCChipsM922U@sh.itjust.works 5 points 1 year ago

    Yep, everyone goes through that the first 2 or 3 installs, until you learn how CoW FSes work. It's not like anything else and it takes a while to master it, but once you learn how to use it, you don't reinstall ever again, just roll back snapshots 😉.

    [–] atomic@programming.dev 2 points 1 year ago* (last edited 1 year ago)

    Yup. Being able to run my home and root(s) in separate subvolumes, and simply booting into a specific root with a kernel parameter.. 😌

    [–] rikudou@lemmings.world 2 points 1 year ago (1 children)

    I had that on my phone some ten years ago. Ah, the memories. It sucked, though.

    [–] PCChipsM922U@sh.itjust.works 1 points 1 year ago

    Yeah, BTRFS sucked 10 years ago 😂. Try it now, it's much more stable.

    My favorite part of using Suse was Snapper.

    My least favorite part was needing to use it every time they shipped a kernel update because it broke the Nvidia drivers. Eventually I just pinned my kernel version but it didn't feel sustainable so I swapped back to Ubuntu, which at least in theory tests against the supported drivers. Ubuntu has its own issues so I'll probably swap again next time my system needs surgery.

    [–] hibby@lemmy.ml 1 points 1 year ago (1 children)
    [–] PCChipsM922U@sh.itjust.works 1 points 1 year ago

    Mhm, pretty much. I haven't reinstalled since I started using snapshots.

    [–] Shit@sh.itjust.works 1 points 1 year ago (1 children)

    I've lost so much data to btrfs disk mirrors. Zfs is my friend now.

    [–] PCChipsM922U@sh.itjust.works 1 points 1 year ago (1 children)

    Meeh, anything that is CoW and has snapshots will do the job, ZFS or BTRFS, whatever rocks your boat 🤷.

    [–] Shit@sh.itjust.works 2 points 1 year ago (1 children)

    I agree cow + snapshot is pretty useful. I would just never use btrfs for data I care about. There is a reason no one sane runs it in production. Your computer and data do what you want 😊🙂😊.

    [–] PCChipsM922U@sh.itjust.works 1 points 1 year ago (1 children)

    It's being used in Meta 🤨... in production.

    [–] Shit@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago) (1 children)

    Cool I had no idea. I like zstd from them. I don't really want to argue if it works for you that's great. I've seen so many problems with corruption that I wouldn't recommend it. I guess I'll give it another try in a VM some day. I really tried to move to it before migrating back to zfs land. I do recall the send and receive working pretty flawlessly. Also was a huge fan of duperemove.

    Do you know if it has support for something like zvols yet?

    [–] PCChipsM922U@sh.itjust.works 1 points 1 year ago

    Yes, it did have problems a few years ago, especially regarding RAIDs, but it's improved a lot since then. RAID5 still sucks though 😁... but I read the problem is finally been worked on (haven't checked code, I read about it in a sub on reddit).

    No, it doesn't have something like zvol, it has the regular subvolumes (pools in ZFS) and you can assign quotas, the same as in ZFS. But, to represent itself as separate block device, no. And I don't think this is something that's planned, though I could be wrong (as I said, I haven't looked at their git in ages).