Jump to content
pernacabeluda

Trim Enabler

Recommended Posts

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

xcd5u2Y.png

Link to comment
Share on other sites

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

xcd5u2Y.png

Link to comment
Share on other sites

Tudo perfeito. Valeu pernacabeluda!

1327229596_CapturadeTela2014-11-15s14_40_58.png.ddcfa1e59b79b28fa3c807e6089ed9c4.png

Se quando viaja faz o que quer, quando viajar, não leve a mulher ----  No PM support. Use the forum.
.
Dell Latitude i7 8565U 16Gb 256Gb M.2 Intel UHD620 (macOS 14.3) OC

Lenovo Core I5 6200U 8Gb 256Gb HD520 (macOS 14.4b) OC

Ryzen 7 5700X 32Gb 2Tb nvme RTX 3060TI 8Gb (W11)

Link to comment
Share on other sites

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

xcd5u2Y.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...