this post was submitted on 24 Jul 2025
31 points (89.7% liked)

Arch Linux

8937 readers
26 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
[โ€“] HaraldvonBlauzahn@feddit.org 0 points 1 day ago* (last edited 1 day 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 18 hours 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? ๐Ÿ˜ฆ

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.