this post was submitted on 09 Apr 2025
-51 points (20.7% liked)

Linux

53032 readers
353 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
[–] [email protected] 14 points 5 days 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

[–] [email protected] 3 points 5 days ago

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.