Vasto Posted October 30, 2009 Share Posted October 30, 2009 I installed Snow Leopard, but now my RocketRaid 2300 is displaying the array as external. Anyone know how to force detect hard drives as internal? (There is no eject button for the array) Link to comment https://www.insanelymac.com/forum/topic/195053-rocketraid-array-shows-as-external/ Share on other sites More sharing options...
derpuma Posted December 10, 2009 Share Posted December 10, 2009 I edited HighpointIOP.kext! Cahnge to this for all ports of your card: <string>HPTIOPControllerClient</string> <key>Physical Interconnect Location</key> <string>Internal</string> Mine is a RR3520 with 2 miniSAS Ports. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>HighPointIOP</string> <key>CFBundleGetInfoString</key> <string>Version: 2.0.3, Copyright (c) 2009 HighPoint Technologies, Inc.</string> <key>CFBundleIdentifier</key> <string>com.highpoint-tech.kext.HighPointIOP</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>HighPointIOP</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleShortVersionString</key> <string>2.0.3</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.0.3</string> <key>IOKitPersonalities</key> <dict> <key>IntelIOP</key> <dict> <key>CFBundleIdentifier</key> <string>com.highpoint-tech.kext.HighPointIOP</string> <key>IOClass</key> <string>HPTIntelIOPController</string> <key>IOKitDebug</key> <integer>0</integer> <key>IOMatchCategory</key> <string>IOService</string> <key>IOPCIPrimaryMatch</key> <string>0x32201103 0x33201103 0x34101103 0x35101103 0x35111103 0x35201103 0x35211103 0x35221103 0x35301103 0x35401103 0x35601103 0x42101103 0x42111103 0x43101103 0x43111103 0x43201103 0x43211103 0x43221103 0x44001103</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOResourceMatch</key> <string>IOKit</string> <key>IOUserClientClass</key> <string>HPTIOPControllerClient</string> <key>Physical Interconnect Location</key> <string>Internal</string> </dict> <key>MarvellIOP</key> <dict> <key>CFBundleIdentifier</key> <string>com.highpoint-tech.kext.HighPointIOP</string> <key>IOClass</key> <string>HPTMVIOPController</string> <key>IOKitDebug</key> <integer>0</integer> <key>IOMatchCategory</key> <string>IOService</string> <key>IOPCIPrimaryMatch</key> <string>0x31201103 0x31221103</string> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOResourceMatch</key> <string>IOKit</string> <key>IOUserClientClass</key> <string>HPTIOPControllerClient</string> <key>Physical Interconnect Location</key> <string>Internal</string> </dict> </dict> <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IOPCIFamily</key> <string>2.5</string> <key>com.apple.iokit.IOSCSIParallelFamily</key> <string>2.0</string> <key>com.apple.kpi.iokit</key> <string>10.0.0d1</string> <key>com.apple.kpi.libkern</key> <string>10.0.0d1</string> <key>com.apple.kpi.mach</key> <string>10.0.0d1</string> </dict> <key>OSBundleRequired</key> <string>Local-Root</string> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/195053-rocketraid-array-shows-as-external/#findComment-1355508 Share on other sites More sharing options...
Recommended Posts