Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created December 19, 2011 05:37
Show Gist options
  • Save dakatsuka/1495557 to your computer and use it in GitHub Desktop.
Save dakatsuka/1495557 to your computer and use it in GitHub Desktop.
RAID10(mdadm) on Ubuntu
sudo apt-get install lmdadm
sudo mdadm -C /dev/md0 -l10 -n4 -f /dev/xvdf[1234]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment