I'm surprised that I have heard no mention of this issue, but the G5 only has room for 2 drives max... Ok, so how do you stripe a RAID? It would take 3 drives (one for boot two for RAID) to do it. What gives?
Can Panther boot from a RAID? Did Apple have a brain fart?
Comments
Up to 500GB of internal storage
The Power Mac G5 has two Serial ATA hard drive bays for up to 500GB of fast internal mass storage ? ideal for video, audio and high-resolution graphics. Built-in software RAID allows you to stripe the two drives for increased performance or mirror them for high reliability. And it?s easy to add storage as your needs grow. Single-drive systems come with the cabling to connect a second hard drive, and the easy-to-open side panel lets you insert a new drive yourself. Want massive system storage? Just use a Fibre Channel PCI card to connect to Xserve RAID, Apple?s high-performance storage system.
But according to rabidpenguins post, Apple seems to encourage RAIDing the two internal drives. How do you boot? Does the G5 have some kind of firmware that allows booting from a software RAID volume? Or does Apple assume that you will boot off of an external volume?
Originally posted by Mekhanes
I'm surprised that I have heard no mention of this issue, but the G5 only has room for 2 drives max...
Phew....stop it...you're killing me....
? Install two 250GB Drives.
? Partition each into a 220GB and 30GB part, giving you two 220GB drives and two 30GB Drives.
? RAID the 220GB partitions together to become 440GB, and RAID the 30GB Partitions together to become 60GB.
? Install your System software and Applications on the 60GB RAID, and keep all of your media on the 220GB RAID.
Any problem with that? If so, any other suggestions?
? RAID the 220GB partitions together to become 440GB, and RAID the 30GB Partitions together to become 60GB.
? Install your System software and Applications on the 60GB RAID, and keep all of your media on the 220GB RAID.
Erm... you seem to be confusing two types of RAID. Are you suggesting striping the two 220GB partitions to make a fast 440GB, or mirroring them to make a reliable 220GB?
And how does this solve the problem (assuming there is one, which has already been denied by npynenberg) since you will now still have your system installed on a striped 60GB raid array?
perhaps you meant to stripe the 220GB sections to make 440GB, and mirror the two 30GB sections so that they would form a 30GB drive for the system, assuming that whatever problems there are with striping a system volume do not apply to mirroring it (which would make sense, since on a mirrored drive setup the whole data set is present on both drives if I remember right).
2) Boot from FireWire. Some production environments do this, makes fixing broken installations a breeze (unplug disk A, plugin disk
3) Even then, RAIDs are uncommon. If you need the maximum disk performance, you go with an external solution like an Xserve RAID, or just buy something performance oriented like an Xserve.
Barto
Originally posted by Socrates
Erm... you seem to be confusing two types of RAID. Are you suggesting striping the two 220GB partitions to make a fast 440GB, or mirroring them to make a reliable 220GB?
Either/Or. It would depend if the user wanted a constant backup (Mirror) or as many GB as they could get. Although you're technically putting your system and your media on the same drives, since they are partitioned it's less of an issue. For most people, ordering the 160GB drive (the smallest available) with their G5 for their system and applications and adding a 250GB drive for their media would be ideal. Those SATA drives will be plenty fast without any kind of RAID going on.
Originally posted by Socrates
perhaps you meant to stripe the 220GB sections to make 440GB, and mirror the two 30GB sections so that they would form a 30GB drive for the system, assuming that whatever problems there are with striping a system volume do not apply to mirroring it (which would make sense, since on a mirrored drive setup the whole data set is present on both drives if I remember right).
That works too. But I don't think 30 GB is enough these days for a system drive. If you install all of the included media for Soundtrack and Livetype (included with FCP4) you're looking at 15GB right there.
So, what you do is you install two 250GB drives, break them each into a large and small partition, and RAID the small partitions together and the large partitions together, essentially giving you a small drive and a big drive. Use the big drive for media, and use the small drive for everything else. Whether Disk Utility will allow you to RAID partitions together I am not sure. If Apple had just made room for one more Hard Drive this would all be so much easier. *sigh*
markiv
You can certainly stripe drives without partitioning them. Drop in two identical hard drives, open up Disk Utility and create a Stripe RAID. It's that simple. No additional hardware is required, and although hardware RAID cards are available, they are highly overrated and not worth the money, in my opinion. Software RAID's used to suck, but today they sometimes are even faster than Hardware RAIDs.
Check out http://www.storagereview.com/
Your question comes up often, in the discussion forums.
Originally posted by Barto
1) You can partition disks to create more than you have, with less performance. You can RAID disks to create less than you have, with more performance. You cannot however do both.
Barto
Are you sure you have your typing fingers screwed on right?
This is how I remember it to be:
You can partition disks to create more than you have, with MORE performance. You can RAID disks to create less than you have, with LESS performance. You cannot however do both.
The reason backing this: if you partition (RAID 0) two drives together as for more space, one bit, or alotted amount, is sent to one drive, and while that drive is writing, the other drive is sent the next "bit" of data. So you can imagine the speed increase of RAIDING two drives as one with this format, RAID 0. (so you get total space utilized with greater speed)
RAID 1 is usually slower, and that's why people require fast hard drives, especially on the server end, because the RAID controller sends the same bits to two or more hard drives. If one drive fails, then you put another in and keep on chugg'n. In some systems all data from the good HD is then copied onto the new HD and the RAID resumes. (so you only see half the space, but have a high level of drive integrity)
RAID 3 is awesome because it takes the two RAID's above and uses the best from each. You get drive integrity (quick backing up from RAID 1) with speed. This takes a minimum of 3 drives. The way in which is works is more complicated. (so you have only the space of the two hard drives, with a parity drive that is not scene, but you get drive integrity with speed increase)
hope this helps.
-walloo.
Some software RAID implementations will let you RAID partitions, but at the end of the day - this does not give you the performance or redundancy you associate with the name RAID. IMO, they should actually call this type of partition setup something else.
Hope this helps.
Edit:
BAck to original question, there should not be a problem booting into a RAID setup as all the RAID information should be on ALL the disks.