I have an existing striped raid 0 setup with 2 x 500 GB hard drives.
I just bought 2 more x 500 GB hard drives since i noticed HDD is a bottleneck for my 8 core system.
my question is, can i add the 2 harddrives to my existing raid 0 partition ? (so i have one raid partition of 2 TB )
i tried this, but it didnt work
Code:
MacPro-PC:~ kronos$ diskutil listraid
RAID SETS
---------
===============================================================================
Name: Raid 0
Unique ID: 7CD5E941-6AA9-4F47-BE18-2183860B0596
Type: Stripe
Status: Online
Size: 999527743488 B
Device Node: disk4
Apple RAID Version: 2
-------------------------------------------------------------------------------
# Device Node UUID Status
-------------------------------------------------------------------------------
0 disk1s2 D8CB113A-4425-4E4D-AA1C-62118342CA89 Online
1 disk2s2 CC80544C-65A1-4F1D-A26C-F05E2EA92840 Online
===============================================================================
Code:
bash-3.2# diskutil addToRaid member disk0 /Volumes/Raid\ 0
Error adding the disk to the RAID: Could not modify RAID (-9960)