this post was submitted on 24 Jul 2025
38 points (93.2% liked)

Arch Linux

9153 readers
1 users here now

The beloved lightweight distro

founded 5 years ago
MODERATORS
 

I'm using Endeavor OS. My computer lost power during system update. Now I can boot into it.

you are viewing a single comment's thread
view the rest of the comments
[–] kugmo@sh.itjust.works 9 points 2 months ago (2 children)

Never listen to BTRFS shills. EXT4/XFS or bust.

[–] IHawkMike@lemmy.world 3 points 2 months ago

LUKS > LVM > ext4

Every time I install a new OS I ask myself if I should use BTRFS, if for no other reason than just to experience it. But I've never found a good enough reason that's worth even a sliver of stability loss over more mature options.

It's probably because I've also been burned too many times trying ReFS over NTFS on Windows (except for Veeam).

[–] HaraldvonBlauzahn@feddit.org 0 points 2 months ago* (last edited 2 months ago) (1 children)

Scenarios as this one are why you need backups. Always.

And yes, Ext4 is a log file system which is much more stable in the scenario of a power outage, but it won't protect you e.g. from faulty RAM and corruption of kernel data structures.

On top of that, it can also be a adequate solution to use BTRFS (plus backups) for a system install of a few GB, and EXT4 (PLUS BACKUPS) for user data.

Also, because sibling comment mentions LVM, it is great, and solid, but it has its own complexity which introduces extra chances for user error. And user error is a main cause for data loss, so it is no silver bullet either.

[–] JaddedFauceet@lemmy.world 1 points 2 months ago (1 children)

How do i backup my filesystem? It is a 2tb drive... where do i backup my filesystem to?

Are we saying that BTRFS corruption is not recoverable? 😦

[–] HaraldvonBlauzahn@feddit.org 1 points 2 months ago

Usually with several larger external drives, e.g. 8 TB.

Are we saying that BTRFS corruption is not recoverable? 😦

You need to check the docs for the version you are using. Generally, in that area it is much weaker than ext4.