Jump to content
9 posts in this topic

Recommended Posts

Finally got it working after combining a couple of techniques I found on here. Here's what I did (on a nforce570 board):

from: http://forum.insanelymac.com/index.php?showtopic=39388

 

1) Open up the AppleVIAATA file

sudo -s

pico /System/Library/Extensions/AppleVIAATA.kext/Contents/Info.plist

 

2) add id 0x036e10de under the SATA controller section (not sure why, since it's a PATA drive but this worked)

<key>VIA SATA Controller</key>

<key>IOPCIPrimaryMatch</key>

<string>0x036e10de</string>

 

3) Fix the permissions

chown -R root:wheel /System/Library/Extensions/AppleVIAATA.kext

chmod -R 755 /System/Library/Extensions/AppleVIAATA.kext

diskutil repairpermissions /

rm /System/Library/Extensions.kextcache

rm /System/Library/Extensions.mkext

 

4) Found this in another topic

Remove the file: /System/Library/Extensions/IOATAFamily.kext/Contents/Plugins/AppleGenericATA.kext

 

5) type this in the terminal window:

kextcache -k /System/Library/Extensions/

 

Reboot

  • 2 months later...
  • 2 months later...
  • 2 weeks later...

I too had to delete AppleGenericPCATA.kext instead. This fixed not only the 128gb limit but it also sped up file transfers between the osx partition and my "shared" fat32 partition AND fixed some read/write errors between the two.

 

the only thing that wrong is that its showing up as a SATA drive under disk utility which isn't really a problem.

 

Thanks for this fix!

  • 1 year later...

hi all

i have this problem too

my ata 250 gb hard is recognized as 128 gb

i can only see one and a half partitions from 3

 

i used SpeedTools™ ATA Hi-Cap Installer but it invited me to instal mac os on my 250 gb hard drive and i do not want

 

how to fix it?

  • 3 months later...
×
×
  • Create New...