Skip to content

Instantly share code, notes, and snippets.

@ch4
Created June 17, 2014 09:54
Show Gist options
  • Save ch4/24925d48d041521e7dd8 to your computer and use it in GitHub Desktop.
Save ch4/24925d48d041521e7dd8 to your computer and use it in GitHub Desktop.
ubumtu softraid 0 with 5 drives
mdadm --create --verbose /dev/md0 --level=stripe --raid-devices=5 /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf
mkfs.ext4 /dev/md0
mdadm --detail --scan >> /etc/mdadm/mdadm.conf
update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment