Simple commands to setup a BTRFS filesystem across multiple disks as a JBOD implementation.
# Create a filesystem across the drives (metadata mirrored, linear data allocation)
sudo mkfs.btrfs -f -L MEDIA -d single -m raid1 /dev/mapper/data-*
To show all the filesystems