this post was submitted on 21 Jan 2024
1745 points (97.8% liked)

linuxmemes

21009 readers
577 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
    [–] [email protected] 4 points 9 months ago (2 children)

    If I read lsblk correctly, I am using ext4 for my whole drive. I have used linux for some years now, but I never bothered to learn more than "next next next done" when installing my OS.

    Does BTRFS popOS allow BTRFS? Should I bother for a daily driver?

    [–] [email protected] 3 points 9 months ago (1 children)

    Unraid turned me on to BTRFS, but in the end, you have to want to use the features to make it matter.

    [–] [email protected] 1 points 8 months ago (1 children)

    Only have one HDD and using a laptop, ext4 has been working well enough so far. I only wonder if there is something else I should use for my home drive for better disaster recovery.

    [–] [email protected] 1 points 8 months ago

    It really depends on the disaster. Snapshotting isn't strong disaster recovery protection. It's more like I'm about to do something stupid and need to undo. If you need real disaster recovery slap an NVMe in an external enclosure and sink them up occasionally. Or set up sync thing or something like that.

    [–] [email protected] 2 points 9 months ago (1 children)

    In practice BTRFS is a bit faster and on a Distro like Fedora or Opensuse they already integrate it to do system backups while running (copy on write).

    In practice it just works and you dont use all the fancy possibilities, because a majority of the Linux world still sticks with ext4 for whatever reason, so Filemanagers and backup tools wouldnt reach everyone.

    Its a perfect example of Linux slowing down itself by desperately refusing to change

    • Xorg
    • old Desktops
    • old software, system packages, damn appimages
    • no automatic updates
    • ext4 instead of something modern

    Ext4 is from 2008. BTRFS is even older from 2007, but was only declared stable in 2013. More innovation, more testing time, more "dont use it yet, it is unstable". Ext4 probably never was as they didnt try that much.

    [–] [email protected] 1 points 8 months ago

    I have heard good things about ZFS as well, but that is mostly for servers?