this post was submitted on 21 Jan 2024
1753 points (97.8% liked)
linuxmemes
24415 readers
838 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If I read
lsblk
correctly, I am usingext4
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?
Unraid turned me on to BTRFS, but in the end, you have to want to use the features to make it matter.
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.
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.
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
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.
I have heard good things about ZFS as well, but that is mostly for servers?