Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Sebasboy

macrumors member
Original poster
May 20, 2019
37
7
hello. i've got a a macbook here running mojave on 2 samsung 850 evo 500gb in raid 0 for 1 tb of data.
i want to have 2 partitions (500gb/500gb) is it possible to do this with a raid?
i'm going to reformat the os anyways so i got the boot disc already here to redo the raid
i've tried partitioning it via the installer but the partition option is greyed out
 
hello. i've got a a macbook here running mojave on 2 samsung 850 evo 500gb in raid 0 for 1 tb of data.
i want to have 2 partitions (500gb/500gb) is it possible to do this with a raid?
i'm going to reformat the os anyways so i got the boot disc already here to redo the raid
i've tried partitioning it via the installer but the partition option is greyed out

Yes it can be done but must be from the command line and as I discovered when doing it three will not work for the number of partitions. Apple removed the raid option from the graphical installer a few releases ago. You will need to search for the command to do it, they are out there it was not that hard as I remember it, except the failing of the third I was trying to do. I still use the OS part of it for a backup now I have NVMe to boot from and the large data partition is use all the time.

Code:
MacUser2525:~$ diskutil list

/dev/disk0 (internal, physical):

   #:                       TYPE NAME                    SIZE       IDENTIFIER

   0:      GUID_partition_scheme                        *480.1 GB   disk0

   1:                        EFI EFI                     209.7 MB   disk0s1

   2:                 Apple_RAID                         30.0 GB    disk0s2

   3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3

   4:                 Apple_RAID                         449.6 GB   disk0s4

   5:                 Apple_Boot Boot OS X               134.2 MB   disk0s5


/dev/disk1 (internal):

   #:                       TYPE NAME                    SIZE       IDENTIFIER

   0:      GUID_partition_scheme                         128.0 GB   disk1

   1:                        EFI EFI                     209.7 MB   disk1s1

   2:                  Apple_HFS HighSierraNVMe          127.0 GB   disk1s2

   3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3


/dev/disk2 (internal, physical):

   #:                       TYPE NAME                    SIZE       IDENTIFIER

   0:      GUID_partition_scheme                        *480.1 GB   disk2

   1:                        EFI EFI                     209.7 MB   disk2s1

   2:                 Apple_RAID                         30.0 GB    disk2s2

   3:                 Apple_Boot Boot OS X               134.2 MB   disk2s3

   4:                 Apple_RAID                         449.6 GB   disk2s4

   5:                 Apple_Boot Boot OS X               134.2 MB   disk2s5


/dev/disk3 (internal):

   #:                       TYPE NAME                    SIZE       IDENTIFIER

   0:      GUID_partition_scheme                         128.0 GB   disk3

   1:                        EFI SYSTEM                  272.6 MB   disk3s1

   2:         Microsoft Reserved                         16.8 MB    disk3s2

   3:       Microsoft Basic Data Windows                 126.7 GB   disk3s3

   4:           Windows Recovery                         1.0 GB     disk3s4


/dev/disk4 (internal, virtual):

   #:                       TYPE NAME                    SIZE       IDENTIFIER

   0:                  Apple_HFS HighSierra_RAID        +60.0 GB    disk4


/dev/disk5 (internal, virtual):

   #:                       TYPE NAME                    SIZE       IDENTIFIER

   0:                  Apple_HFS Sea_To_Do              +899.3 GB   disk5
 
welp that was a fun idea till i realised that windows doesnt read apple raid
 

Attachments

  • photo5850597441680815253.jpg
    photo5850597441680815253.jpg
    147.1 KB · Views: 82
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.