2016-01-04

RHEL7 Storage Administration Guide



https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Storage_Administration_Guide/part-overvw.html

Можно уже начинать использовать BTRFS в тестовом режиме:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Storage_Administration_Guide/ch-btrfs.html

Простейший конфиг kickstart для использования BTRFS. В результате, будет создано три раздела:

/boot    с XFS -- 500MB
/             BTRFS -- оставшиеся пространство
/home    BTRFS -- оставшиеся пространство


# System bootloader configuration
bootloader --location=mbr --boot-drive=sda
autopart --type=btrfs

# Partition clearing information
clearpart --all --initlabel --drives=sda

No comments: