Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'safer and surer' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
safer and surer
Authored by: Shanghai_David on Jun 08, '08 06:06:01PM
This was very helpful to me and everything worked -- except for the last step when Disk Utility gave an "Unrecognized Filesystem" error and refused to rebuild the new RAID disk.

I finally solved things using Terminal diskutil commands (which worked perfectly) after following the guide by Robin Daugherty I found in http://discussions.apple.com/message.jspa?messageID=5782396#5782396 (modifying Robin's third Terminal command to include the "member" keyword) so the Terminal commands become:

diskutil list (to find the partition that is going to be added)
diskutil checkRAID (to get the RAID UUID)
diskutil addToRAID member <device name> <raid uuid>




[ Reply to This | # ]