Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Newsroom Update

Final Cut Pro transforms video creation with Live Multicam on iPad and new AI features on Mac. Learn more >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

No RAID tool in El Capitan!

I have a Lacie 2big drive that is currently set up in raid 1. I'm erased the drives and trying to convert it into raid 0 for faster speeds while video editing.


I did a little research and tried the following terminal command but it didn't work.


Last login: Sat Oct 24 11:29:07 on ttys000

JEFFs-iMac:~ Storyboard2$ diskutil list

/dev/disk0 (internal, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *251.0 GB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_CoreStorage Macintosh HD 250.1 GB disk0s2

3: Apple_Boot Recovery HD 650.0 MB disk0s3

/dev/disk1 (internal, virtual):

#: TYPE NAME SIZE IDENTIFIER

0: Apple_HFS Macintosh HD +249.8 GB disk1

Logical Volume on disk0s2

2C2F3012-2C0C-4543-A2D5-3675D68DB460

Unencrypted

/dev/disk2 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *3.0 TB disk2

1: EFI EFI 209.7 MB disk2s1

2: Apple_HFS White Bear Lake 3.0 TB disk2s2

/dev/disk3 (external, physical):

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *3.0 TB disk3

1: EFI EFI 209.7 MB disk3s1

2: Apple_HFS White Bear Lake 3.0 TB disk3s2

JEFFs-iMac:~ Storyboard2$ diskutil appleRAID create stripe [Storyboard 1] JHFS+ disk2 disk3

1] does not appear to be a valid file system format

Use diskutil listFilesystems to view a list of supported file systems

Error creating RAID: POSIX reports: Invalid argument (22)

JEFFs-iMac:~ Storyboard2$

Any advice?

Posted on Oct 24, 2015 9:43 AM

Reply
Question marked as Best reply

Posted on Oct 24, 2015 9:57 AM

Take a look at SoftRAID.

13 replies

Oct 28, 2015 10:15 AM in response to jeffbrandt40

Can you pos the command you used to try and create the RAID *exactly as you typed it*?


I see in your post, in the middle of the command:


[Storyboard 1]


what is this????? This certainly does not belong there.

It looks like maybe you copied and pasted from some website and got some garbage characters into the command line.


The command ****probably**** should look more like this --- CAUTION: the numbers may be different next time, depending on what disks are connected to your mac, so check again with the list command before you try.


diskutil appleRAID create mirror MyArrayFancyName JHFS+ disk2 disk3


Edit: changed the command to add the name of the new array and format, which was missing in my initial post.

Oct 28, 2015 12:15 PM in response to Luis Sequeira1

Looking at your post again:


1) Did you mean to call your RAID "[Storyboard 1]" (with the brackets and a space)?

In the command line, spaces are used to separate commands. This was parsed as two different words "[Storyboard" and "1]"; the first would be the name of the array, and the second the format. Obviously, "1]" is not a valid disk format, hence the error message you got.


2) In my previous post I gave a command to create a mirrored (ie RAID 1), and you wanted a striped (RAID 0).

Hence my proposed command should instead be:


diskutil appleRAID create stripe MyArrayFancyName JHFS+ disk2 disk3

Obviously, change MyArrayFancyName to anything you want, but beware of spaces, as I told you above.

You could escape them in the command line, but probably best is to use a name without spaces. You can then change it in the Finder if you want.

No RAID tool in El Capitan!

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.