pernacabeluda Posted November 7, 2013 Share Posted November 7, 2013 Para ativar o TRIM em SSDs não Apple http://www.groths.org/software/trimenabler/ Para quem prefere usar o terminal sudo perl -pi -e 's|\x41\x50\x50\x4C\x45\x20\x53\x53\x44|\x00\x00\x00\x00\x00\x00\x00\x00\x00|g' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage sudo touch /System/Library/Extensions Para quem usa Clover <key>KernelAndKextPatches</key> <dict> <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Find</key> <data>QVBQTEUgU1NEAA==</data> <key>Replace</key> <data>AAAAAAAAAAAAAA==</data> </dict> </array> </dict> -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
pernacabeluda Posted October 27, 2014 Author Share Posted October 27, 2014 Ativar o TRIM no Yosemite sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage sudo touch /System/Library/Extensions Para quem usa Clover <key>KernelAndKextPatches</key> <dict> <key>KextsToPatch</key> <array> <dict> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Find</key> <data>AEFQUExFIFNTRAA=</data> <key>Replace</key> <data>AAAAAAAAAAAAAAA=</data> </dict> </array> </dict> -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
mendietinha Posted November 15, 2014 Share Posted November 15, 2014 Tudo perfeito. Valeu pernacabeluda! Se quando viaja faz o que quer, quando viajar, não leve a mulher ---- No PM support. Use the forum..MBP 2012 I7 12GB 512GB (macOS 13.6.7 & macOS 15b) OCLP Lenovo Core I5 6200U 8Gb 256Gb HD520 (macOS 15b) OC Ryzen 7 5700X 32Gb 2Tb nvme RTX 3060TI 8Gb (W11) Link to comment Share on other sites More sharing options...
pernacabeluda Posted June 30, 2015 Author Share Posted June 30, 2015 O update 10.10.4 inclui o comando trimforce para ativar o TRIM em drives de terceiros sudo trimforce enable TRIMFORCE(8) BSD System Manager's Manual TRIMFORCE(8) NAME trimforce -- enable TRIM commands on third-party drives SYNOPSIS trimforce verb DESCRIPTION trimforce enables sending TRIM commands to third-party drives attached to an AHCI controller. By default, TRIM commands are not sent to third- party drives. Use extreme caution when enabling TRIM, as some drives may not correctly handle the commands. trimforce must be run by the system administrator. VERBS enable Start sending TRIM commands to AHCI-attached third-party drives. Requires a reboot to take effect. disable Stop sending TRIM commands to AHCI-attached third-party drives. Requires a reboot to take effect. help Display brief usage syntax. ERRORS trimforce will exit with status 0 if successful, or with an appropriate error if it cannot parse input, allocate memory, or is unauthorized to perform its work. HISTORY The trimforce utility first appeared in OS X 10.10.4. OS X 27 April 2015 OS X -Donations- PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com Premium Users HERE - Problems with Paypal HERE Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now