# BTRFS ## Создание RAID1 из уже существующей ФС ```bash btrfs dev add /dev/sda1 / btrfs balance start -dconvert=raid1 -mconvert=raid1 ```