> Am 15.09.2023 um 04:57 schrieb Felix Miata <[email protected]>: > > BTRFS devs seem to > think only one is somehow better due to its inclusion of LVM technology.
There is no „inclusion of LVM technology“ in BTRFS. LVM provides you with several separate filesystems, completely independent from each other. A file system failure in one LVM volume does not affect any of the other volumes. All data in other volumes are safe. In BTRFS, everything is a single huge file system, (sub)volumes are just logical groupings within a single, in the worst case faulty, file system. The advantage of BTRFS is greater flexibility and effectiveness of disk capacity usage, at the expense of data protection. -- Peter Boy https://fedoraproject.org/wiki/User:Pboy [email protected] Timezone: CET (UTC+1) / CEST /UTC+2) Fedora Server Edition Working Group member Fedora Docs team contributor and board member Java developer and enthusiast _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
