- 1 umount fs
2 replace disk
3 mount in degraded mode
4 do btrfs replace
5 done
in both cases i decided to (had to) rebalance the fs after btrfs replace because
Code: Select all
phobos ~ # btrfs fi df /mnt/backup/
Data, RAID1: total=627.00GiB, used=626.10GiB
Data, single: total=628.00GiB, used=3.50MiB
System, RAID1: total=32.00MiB, used=64.00KiB
System, single: total=64.00MiB, used=128.00KiB
Metadata, RAID1: total=17.00GiB, used=16.79GiB
Metadata, single: total=18.00GiB, used=3.72MiB
GlobalReserve, single: total=512.00MiB, used=0.00B
WARNING: Multiple block group profiles detected, see 'man btrfs(5)'.
WARNING: Data: single, raid1
WARNING: Metadata: single, raid1
WARNING: System: single, raid1THX for your input!

