I came across the following on creating btrfs. I am curious what do you guys suggest if I want performance? What are the pros/cons for each
Code:
# Create a filesystem across three drives (metadata mirrored, linear data allocation)
mkfs.btrfs -d single /dev/sdb /dev/sdc /dev/sdd
# Stripe the data without mirroring, metadata are mirrored
mkfs.btrfs -d raid0 /dev/sdb /dev/sdc /dev/sdd
Last edited: