Contribute
Register

Pointer to RAID 0 Guide - Works with Mavericks - uses TonyMacX86 tools.

Status
Not open for further replies.
Hi wonder if you could help me out? I follow the guide and everything went well until this point. When I type in dd if=boot1h of=/dev/rdisk2s3 I hit return and it said operation not suppoted

Last login: Fri Dec 6 20:02:53 on console
rons-mac-pro:~ Ron$ cd Desktop
rons-mac-pro:Desktop Ron$ sudo su
Password:
sh-3.2# diskutill list
sh: diskutill: command not found
sh-3.2# diskutill list
sh: diskutill: command not found
sh-3.2# diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *240.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_RAID 239.7 GB disk0s2
3: Apple_Boot Boot OS X 134.2 MB disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *240.1 GB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_RAID 239.7 GB disk1s2
3: Apple_Boot Boot OS X 134.2 MB disk1s3
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_HFS BackUp:Cloner 999.9 GB disk2s2
/dev/disk3
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS Raid 0 *479.4 GB disk3
sh-3.2# fdisk -f boot0 -u -y /dev/rdisk1
sh-3.2# fdisk -f boot0 -u -y /dev/rdisk2
sh-3.2# dd if=boot1h of=/dev/rdisk1s3
2+0 records in
2+0 records out
1024 bytes transferred in 0.002192 secs (467149 bytes/sec)
sh-3.2# dd if=boot1h of=/dev/rdisk2s3
dd: /dev/rdisk2s3: Operation not supported
sh-3.2# dd if=boot1h of=/dev/rdisk2s3
dd: /dev/rdisk2s3: Operation not supported
sh-3.2#

Ron, it looks as if you are loosing track of your raid set members. The Diksutil list inticates that the two are disks 0 and 1. When you try to dd to rdisk2s3, you are attempting to write to the 1 TB drive.

Good modding,
neil
 
Hi neilhart, Just to get back with you that after making changes on dev/rdisk0 and 1 disk everything when just fine. That what happens you go to fast. I was typing all the commands in the Terminal it brought me back to the old "DOS" DAYS. Ha! I put two Scan Disk
Extreme !! 240 GB and they scream. I use the Black Magic speed test and got 600 read and over 1000 write. I also back everything up because I have use raid for a long time. I sent you a friend request also

Thanks again,

Ron (n9bug)
Ron
 
Neilhart, I hope you saw my reply to you. I have another problem: Did you have any problem with iMessage not work when you made your Raid0? If you did what did you fix it? I have try different things. I use File NVRAM.Dylib ( It work when I had a single drive)
There is a post to use the latest Chameleon Wizard. By the way I have Chimer 2.2.1 install. What is your thoughts?

Thanks
 
Neilhart, I hope you saw my reply to you. I have another problem: Did you have any problem with iMessage not work when you made your Raid0? If you did what did you fix it? I have try different things. I use File NVRAM.Dylib ( It work when I had a single drive)
There is a post to use the latest Chameleon Wizard. By the way I have Chimer 2.2.1 install. What is your thoughts?

Thanks

Humm... well I just checked and iMessages does not work on my machine(s) with or without booting to RAID 0 sets. App Store and iCloud work. I do not use instant messaging on my desktops and it appears to be a mess to correct so I will not at this time.

Good modding,
neil
 
thanks for the tutorial, very good indeed!

i followed all your steps, it worked perfectly till i rebooted the computer for the 2nd time, and the raid was broken... any advice so it does not happen again?

i am busy redoing all your steps again.

thanks
 
Hey neilhart, great tutorial, though I mucked something up. Had it all running once well, but had to do a full system reinstall so I deleted the RAID0 config, wiped the drives and remade the RAID0. Though once I finished your guide, it wouldn't boot! it get's stuck at the apple loading screen. Any ideas what could be going on? I'm stumped.:crazy:

Thanks!
Lokin

EDIT:

Got it!
Instead of just erasing the drive, "diskutil zeroDrive disk[x]" did the job!
 
Hello Neil,

is sleep/deep sleep working on your raid0 boot configuration with Mavericks ?

Greetings Bert
 
Any news on the trim problem? How can I check if trim works with my raid 0? In system info I see that the two drives support trim, but the "raid disk"?
 
Thanks mate for the very good and useful your guide.
 

Attachments

  • 6TB.jpg
    6TB.jpg
    133.1 KB · Views: 142
  • Set A.jpg
    Set A.jpg
    340 KB · Views: 159
hi
i use this steps
fdisk -f boot0 -u -y /dev/rdisk0 [Enter] (First drive in Raid)
fdisk -f boot0 -u -y /dev/rdisk1 [Enter] (Second drive in Raid)

dd if=boot1h of=/dev/rdisk0s3 (First drive in Raid)
dd if=boot1h of=/dev/rdisk1s3 (Second drive in Raid)


diskutil mount disk0s3 [Enter] (First drive in Raid)
cp boot /Volumes/Boot\ OS\ X/ [Enter]
cp -R Extra /Volumes/Boot\ OS\ X/ [Enter]
diskutil unmount disk0s3 [Enter]


[sh-3.2# cp boot /Volumes/Boot\ OS\ X/sh-3.2# cp -R Extra /Volumes/Boot\ OS\ X/
cp: Extra: No such file or directory

what this meaning ?
 
Status
Not open for further replies.
Back
Top