Install mdadm
sudo mdadm --create --verbose /dev/md0 --level=0 --raid-devices=2 /dev/sdb /dev/sdc
Your drives may have different device names than the ones in the example above but it is really that easy to create a RAID volume with mdadm in Ubuntu.