Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
第 6 章 Btrfs(技术预览)
注意
Btrfs 在 Red Hat Enterprise Linux 7 中作为技术预览功能提供,但自 Red Hat Enterprise Linux 7.4 版本起已弃用。它将在以后的 Red Hat Enterprise Linux 主发行版本中删除。
如需更多信息,请参阅 Red Hat Enterprise Linux 7.4 发行注记中的 已弃用功能。
btrfs 是下一代 Linux 文件系统,它提供了高级管理功能,具有可靠性和可扩展性功能。它在提供快照、压缩和集成设备管理方面是唯一的。
6.1. 创建 btrfs 文件系统
要创建基本的 btrfs 文件系统,请使用以下命令:
# mkfs.btrfs /dev/device
有关使用添加设备创建 btrfs 文件系统并为元数据和数据指定多设备配置集的更多信息,请参阅 第 6.4 节 “多设备的集成卷管理”。