Skip to content

Instantly share code, notes, and snippets.

@firmread
Created September 15, 2015 17:04
Show Gist options
  • Save firmread/92d48399a3e062760d38 to your computer and use it in GitHub Desktop.
Save firmread/92d48399a3e062760d38 to your computer and use it in GitHub Desktop.
Apple remove RAID from their new Disk Utility in El Capitan, this terminal cmd is how u do it
$ diskutil appleRAID create stripe [arrayName] JHFS+ disk0 disk1
@firmread
Copy link
Author

  • Arrayname need "" if the name had space
  • Not [] tho
  • Make sure to diskutil list to make sure which disk you want to format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment