Jump to content
25 posts in this topic

Recommended Posts

  • 3 weeks later...

I too am having this problem. I have a p5k premium running my vista in raid0 and my mac in the IDE Drive. I have 2 other hard drives q want to use for storage in leopard but it doesn't recognize them. I have tried all the kexts and have even tried to customize my own.

I took the power cable out of my array, switched to AHCI-Mode installed the OS X and went back to RAID-Mode but my System is a ICH7.

Leo show my Raid as 2 Discs but its no Problem i have a data disc. I think you could possibly install an OSX-based Raid then ...

The OS recognized the separate discs trough AHCI ...

 

Thomas

still wont work tho. you need to be in RAID mode to have a RAID array.

i actually ended up getting rid of my RAID array, there was no performance gain in daily use, there was actually a loss.

now i have vista and leopard dual booting beautifully.

You didn´t understand. I have 2 disc in Raid 0 with Win and another 2 Discs external as Sata devices (1 OS X, 1 data). So i think you could take the 3rd and 4th to create a HFS+ Raid and switch then after installing back to Hardware-Raid mode (Bios). Then you should have the Hardware Raid (+2 lonely disc ;-) visible in Win and at OS X the Software RAID (+2 lonely discs). You know ...

Data Exchange needs a separate Medium but you have the performance/security.

 

Thomas

agreed rhalls. this is exactly what i am looking for; a hardware RAID solution.

 

do any compatible RAID controllers, either on board or PCI exist?

. . . . the Silicon Image 4723 'Steelvine' ICH SATA-splitter is fitted [called: 'EZ-Backup'] to the Asus P5WDH.

 

This gives transparent [ie driverless] RAID0 or RAID1 . . it is sort-of-hardware RAID & is bootable.

 

There are also OSX drivers for the Sil3124 PCIe SATA/eSATA controller - this has been fitted to a few motherboards & can provide bootable firmware RAID for Mac Pros.

 

Otherwise you have to look at real hardware RAID . . AFAIK the cheap quasi-hardware-RAID Highpoint 'Rocket Raid' hosts based on the Marvell controller are not bootable.

@ rhalls

that is right, but there was a question to get discs working with the Sata-Port beside a Vista Raid and that is a way. I think it is a great advantage to boot OSX with Sata speed or perhaps using the Softraid from OSX. I asked some days before and all posts mean no way - i have to use ahci and will lost the array :-(

The "problem" that the OSes can´t SEE/USE another is crying at a high level.

My X1900 AIW doesn´t work the way it should and my Broadcom LAN seems to be also a no go - that´s much harder ... if you have a Shuttle XPC.

. . . . the Silicon Image 4723 'Steelvine' ICH SATA-splitter is fitted [called: 'EZ-Backup'] to the Asus P5WDH.

 

This gives transparent [ie driverless] RAID0 or RAID1 . . it is sort-of-hardware RAID & is bootable.

 

There are also OSX drivers for the Sil3124 PCIe SATA/eSATA controller - this has been fitted to a few motherboards & can provide bootable firmware RAID for Mac Pros.

 

Otherwise you have to look at real hardware RAID . . AFAIK the cheap quasi-hardware-RAID Highpoint 'Rocket Raid' hosts based on the Marvell controller are not bootable.

 

hey all. thanks very much for your help and information. I am not really that interested in having a bootable RAID array, i would just like the array visible in leopard and be able to store things on it. Would i be able to use disk utility to create the software RAID 5 under AHCI, or would i need ICH9 support?

 

all of my SATA ports are supported under AHCI.

 

thanks in advance,

 

jordn

well one option is to enable raid, install vista.

then switch to ahci, install leopard on the non raid drives.

then if you want to go back to vista, u just switch back to raid mode

if you want leopard, switch back to ahci mode

 

i did that at one point and i didnt lose my raid array or any data at all

it is just insanely annoying to do it that way

 

i really would like to find a solution for this!

wasnt tiger able to do this!?

if so, then why cant leopard?

  • 4 weeks later...
I would he happy to get ICH9 recognized by Leo as what it is and not Generic AHCI...

 

It's quite simple though, Go to /System/Library/Extensions, copy AppleAHCIPort.kext to somewhere, for ex. Desktop, Right click to it --> Show Package Contents --> Contents, Double Click to Info.plist, add these line before the line <key>OSBundleLibraries</key>:

 

 

<key>ICH9 AHCI</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleAHCIPort</string>

<key>Chipset Name</key>

<string>ICH9 AHCI</string>

<key>IOClass</key>

<string>AppleAHCI</string>

<key>IOPCIPrimaryMatch</key>

<string>0x28218086</string>

<key>IOProbeScore</key>

<integer>2000</integer>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>Vendor Name</key>

<string>Intel</string>

</dict>

 

You must find out first what is your PCI Vendor ID (Go to windows, control panel --> system properties --> click on you Disk controller to find out, for example mine is ICH8R which number is 2821, go to this site for a full list: http://opengrok.creo.hu/dragonfly/xref/src...isc/pci_vendors

 

After you're done, copy AppleAHCIPort.kext to System/Library/Extensions, chown and chmod the restart. Good luck.

  • 4 weeks later...

Not sure i follow the discussion but i have a (newbie)question regarding this. I am running only Leopard on my machine. I don't need windows. I have a P5K motherboard. If i buy two SATA harddrives can i make a RAID on them and then install Leopard ?

 

Mihai

  • 1 month later...
  • 2 months later...
  • 5 months later...

Just changed

 

<key>IOPCIPrimaryMatch</key>

<string>0x28218086</string>

 

to

 

<key>IOPCIPrimaryMatch</key>

<string>0x28228086</string>

 

And i can use the ich9r in raid mode and boot in to osx 10.5.5 without having to change to ahci mode.

 

Excelent

×
×
  • Create New...