nazar-pc: ↑
19.08.2025 11:16RAID функції на рівні файлової системи, контрольні суми для можливості помічати порушення вмісту файлової системи, CoW з підтримкою знімків файлової системи.
Та майже весь список фіч сучасних файлових систем типу btrfs чи bcachefs у NTFS відсутній.
Мені прям цікаво стало і я подивився а що ж пише документація. А пише вона от що:
https://btrfs.readthedocs.io/en/latest/Status.html
RAID1, RAID10
The simple redundancy RAID levels utilize different mirrors in a way that does not achieve the maximum performance. The logic can be improved so the reads will spread over the mirrors evenly or based on device congestion.
Тобто RAID1, RAID10 - тормозять і неналежно утилізують пропускну спроможність дисків
The RAID56 feature provides striping and parity over several devices, same as the traditional RAID5/6. There are some implementation and design deficiencies that make it unreliable for some corner cases and the feature should not be used in production, only for evaluation or testing. The power failure safety for metadata with RAID56 is not 100%.
RAID5/6 деструктивні і взагалі не рекомендуються до використання
Device replace and device delete insist on being able to read or reconstruct all data. If any read fails due to an IO error, the delete/replace operation is aborted and the administrator must remove or replace the damaged data before trying again.
Читати як "ми не знаємо чи вдасться вам замінити диск в масиві".
І на закуску
Defragmentation does not preserve extent sharing, e.g. files created by cp --reflink or existing on multiple snapshots. Due to that the data space consumption may increase.
Це що виходить, дефрагментація розвалює дедуплікацію і снапшоти? Потужно, потужно.
Супер, дуже надійна система.

Щось розробники не поділяють твоєї захопленості фічами

І чому ж це RH не схотіла тримати її в RHEL навіть не знаю...)))