我有一个luks卷/dev/sda4,其中的文件系统是一个btrfs文件系统。但根据RedHat的说法
12.1.1. Btrfs has been removed
The Btrfs file system has been removed in Red Hat Enterprise Linux 8. This includes the following components:
The btrfs.ko kernel module
The btrfs-progs package
The snapper package
You can no longer create, mount, or install on Btrfs file systems in Red Hat Enterprise Linux 8. The Anaconda installer and the Kickstart commands no longer support Btrfs.我试着安装btrfs-progs rpm软件包,因为它不在红帽回购中。但它需要大量其他依赖项,而RHEL存储库中也不存在这些依赖项,而这些包是具有更多依赖项的库包。
我现在的选择是,
btrfs的RHEL 7我不能选择这些选择,因为我不是决策者。
那么,还有其他智能/懒惰的方式来安装文件系统吗?
发布于 2019-10-04 10:42:08
看起来我们可以使用ELRepo来安装kmod和btrfs。http://elrepo.org
这些包目前正处于EL8的测试回购中,因此您可能希望等到它们转移到主回购时才能避免数据完整性问题。我相信如果您有时间来测试这些包,ELRepo团队会很感激的。
发布于 2019-09-26 12:51:12
那么,还有其他智能/懒惰的方式来安装文件系统吗?
是。你需要:
https://unix.stackexchange.com/questions/543831
复制相似问题