this post was submitted on 09 Apr 2025
-50 points (21.6% liked)

Linux

53282 readers
864 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Welp, I might just have to throw a grenade on this. Lets see if bcachefs fsck -pvk can work some miracles....

you are viewing a single comment's thread
view the rest of the comments
[–] Cyber@feddit.uk 14 points 1 week ago (1 children)

On the up-side, at least you have a chance of fixing it... If that happened on a Windows box, you'd be reaching for the gun / installation media by now

[–] muusemuuse@lemm.ee 4 points 1 week ago (1 children)

Here's the thing. Bcachefs is still under development, and Kent is really careful with his filesystem. This happens to me every now and then if I havent rebooted in a long time or theres a kernel update with filesystem changes it doesn't like. The trick is to skip the userspace fsck code and pass the -k flag so it uses the kernel fsck code which is much farther along. I've never lost anything on this filesystem and its messed up in lots of bizzare ways.

[–] huf@hexbear.net 4 points 1 week ago (1 children)

but why not just use ext4, which isnt buggy?

[–] muusemuuse@lemm.ee 2 points 1 week ago

ext4 doesnt do tiered storage. I could make an LVM and have it pool things into one storage volume but I wanted to learn this. bcachefs is simpler and cleaner, but it's still young and very volatile. Also, ext4 does have bugs still, even today.