d620osx Posted April 14, 2014 Share Posted April 14, 2014 Hi How do I enable Trim on 10.9.2? Thank you Link to comment https://www.insanelymac.com/forum/topic/297459-enable-trim-on-1092/ Share on other sites More sharing options...
Allan Posted April 14, 2014 Share Posted April 14, 2014 Use cindori software: Trim Enabler Link to comment https://www.insanelymac.com/forum/topic/297459-enable-trim-on-1092/#findComment-2012625 Share on other sites More sharing options...
d620osx Posted April 14, 2014 Author Share Posted April 14, 2014 Thank you will give it a go. Link to comment https://www.insanelymac.com/forum/topic/297459-enable-trim-on-1092/#findComment-2012630 Share on other sites More sharing options...
Ramalama Posted April 14, 2014 Share Posted April 14, 2014 You don't need any app for this... Just enter this 2 commands in terminal and reboot: sudo perl -pi -e 's|(\x52\x6F\x74\x61\x74\x69\x6F\x6E\x61\x6C\x00{1,20})[^\x00]{9}(\x00{1,20}\x54)|$1\x00\x00\x00\x00\x00\x00\x00\x00\x00$2|sg' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage sudo touch /System/Library/Extensions/ But if you Update to 10.9.3 for example, you need to use this commands again... An other solution is Clover AutoPatching, you add this patch just to your config.plist and thats all, its update proof and it works on every osx version: <key>KernelAndKextPatches</key> <dict> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>Trim Enabler</string> <key>Find</key> <data> QVBQTEUgU1NE </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAA </data> </dict> </array> </dict> Cheers :-) 1 Link to comment https://www.insanelymac.com/forum/topic/297459-enable-trim-on-1092/#findComment-2012657 Share on other sites More sharing options...
d620osx Posted April 14, 2014 Author Share Posted April 14, 2014 Thanks. Will keep a note of this. Link to comment https://www.insanelymac.com/forum/topic/297459-enable-trim-on-1092/#findComment-2012662 Share on other sites More sharing options...
HUSABER Posted April 14, 2014 Share Posted April 14, 2014 Take it Trim Enabler.zip Link to comment https://www.insanelymac.com/forum/topic/297459-enable-trim-on-1092/#findComment-2012684 Share on other sites More sharing options...
Recommended Posts