Create RAID on MAC OSX in Terminal


To create a RAID 0 array in Terminal, the following command should work:
diskutil appleRAID create stripe [arrayName] JHFS+ disk0 disk1
Change arrayName to what you want the volume to be called, like “Macintosh HD”. Use quotes if you want a space in the name. You may need to change the disk numbers, you can find these by typing “diskutil list”.
To create a RAID 1 array in Terminal, the command should like this:
diskutil appleRAID create mirror [arrayName] JHFS+ disk0 disk1

Related Articles

회신을 남겨주세요

귀하의 의견을 입력하십시오!
여기에 이름을 입력하십시오.

Captcha verification failed!
보안문자 사용자 점수가 실패했습니다. 연락주세요!

Stay Connected

0같은
0추종자따라
22,800가입자가입
- Advertisement -spot_img

Latest Articles