Added Composefs to Filesystems.

This commit is contained in:
Michael Royal 2022-12-03 18:32:40 -08:00 committed by GitHub
parent 7445aa3463
commit 8d5bd8af7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1820,6 +1820,8 @@ Red Hat Enterprise Linux Desktop
- RAID - support for software-based RAID 0, RAID 1, RAID 10
- Self-healing - checksums for data and metadata, automatic detection of silent data corruptions
[Composefs](https://github.com/containers/composefs) is a native Linux file system designed to help sharing filesystem contents, as well as ensuring said content is not modified. The initial target usecase are container images and ostree commits.
[MergerFS](https://github.com/trapexit/mergerfs) is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.
**MergerFS Features**