Skip to content

Instantly share code, notes, and snippets.

@smanek
Created April 25, 2011 22:31
Show Gist options
  • Save smanek/941408 to your computer and use it in GitHub Desktop.
Save smanek/941408 to your computer and use it in GitHub Desktop.
Commands used to create a RAID10
mdadm --create --verbose /dev/md0 --level=raid10 --layout=f2 --metadata=1.2 --chunk=256 --raid-devices=16 /dev/sdX1 /dev/sdX2 ...
blockdev --setra 65536 /dev/md0
mkfs.xfs -d su=256k,sw=8 /dev/md0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment