this post was submitted on 29 Nov 2025
70 points (98.6% liked)

Dullsters

1168 readers
95 users here now

Inspired by the Dull Men’s Club.

https://dullmensclub.com/

1. Relevant commentary on your own dull life. Posts should be about your own dull, lived experience. This is our most important rule. Direct questions, random thoughts, comment baiting, advice seeking, many uses of “discuss” rarely comply with this rule.

2. Original, Fresh, Meaningful Content.

3. Avoid repetitive topics.

4. This isn't an advice forum

Use a search engine, a tradesperson, Reddit, friends, a specialist Facebook group, apps, Wikipedia, an AI chat, a reverse image search etc. to answer simple questions or identify objects. Also see rule 1, “comment baiting”.

There are a number of content specific communities with subject matter experts who can help you.

Some other communities to consider before posting:

5. Keep it dull. If it puts us to sleep, it’s on the right track. Examples of likely not dull: jokes, gross stuff (including toes), politics, religion, royalty, illness or injury, killing things for fun, or promotional content. Feel free to post these elsewhere.

6. No hate speech, sexism, or bullying No sexism, hate speech, degrading or excessively foul language, or other harmful language. No othering or dehumanizing of anyone or negativity towards any gender identity.

7. Proofread before posting. Use good grammar and punctuation. Avoid useless phrases. Some examples: - starting a post with “So” - starting a post with pointless phrases, like “I hope this is allowed” or “this is my first post” Only share good quality, cropped images. Do not share screenshots of images; share the original image.

founded 1 year ago
MODERATORS
 

Nothing to report.

you are viewing a single comment's thread
view the rest of the comments
[–] Hupf@feddit.org 0 points 3 months ago (1 children)

I'm running a 60TB btrfs RAID with all the bells and whistles myself and just recently had an instance of some file being fucked up (probably just the wrong metadata bit being affected or something), which I noticed because btrfs send would repeatedly crash at that inum. All the redundancy may be there, but sometimes it's not able to recover automagically.

Not hating on btrfs at all - it helped me recover from a few fubar situations that could easily have been total data loss - but magical thinking (about all the fancy features) is dangerous.

[–] FrederikNJS@lemmy.zip 2 points 3 months ago* (last edited 3 months ago) (1 children)

Huh, that sound very weird... If for example you're running RAID1, then all bits of the metadata should be duplicated. So unless the same bit of metadata was also corrupted on the other disk, it should be recoverable...

What checksum algorithm are you running?

[–] Hupf@feddit.org 1 points 3 months ago* (last edited 3 months ago) (1 children)

blake2b checksum, zstd compression, raid1c4 metadata and raid6 data. Kernel 6.12, btrfs-progs 6.17, ECC RAM.

The files in the affected inode haven't been touched for a few years. Dmesg was something about zstd decompression failed and prevented btrfs send of an incremental snapshot as well as accessing one single file.

Due to the size of the array, I don't always get around to do a full scrub after a (albeit rare) system crash, so I wrote it off as probably that and didn't analyze much further at the time.

[–] FrederikNJS@lemmy.zip 2 points 3 months ago* (last edited 3 months ago) (1 children)

Ah, it's probably a result of running RAID6 then. All the parity RAID modes in BTRFS still has some issues, such as suffering from the "write hole" issue. This can result in data loss when the filesystem isn't unmounted cleanly, such as a crash or power loss.

RAID5 and RAID6 are still not recommended for production use.

[–] Hupf@feddit.org 1 points 3 months ago (1 children)

I know, but I'm poor and can't afford RAID1 of the same capacity. Thanks for the advice anyhow.

[–] FrederikNJS@lemmy.zip 2 points 3 months ago

Understandable. RAID1 can be a significant reduction of available space, but it of course depends a lot on which combination of disks you are using. In my case the difference is fairly minor. With RAID6 I would have 26 TB usable, and with RAID1 I have 23 TB usable... So to me the safety is worth the lost storage... But that if course depends entirely in which disks you have.

Here's my setup: https://www.carfax.org.uk/btrfs-usage/?c=2&slo=1&shi=1&p=0&dg=1&d=8000&d=6000&d=3000&d=3000&d=12000&d=8000&d=6000