Enabling TRIM for SSD drive in MacBook Pro

Associate
Joined
18 Dec 2003
Posts
327
Hi All,

I have been looking at upgrading to an SSD for some time and have now decided to go ahead with the upgrade.

The last thing I am looking into is enabling TRIM so that the drive works correctly and I am finding mixed messages across the internet.

I have found some stories indicating people have run into issues and the drive becoming very slow over time.

Whilst other articles have said you simply have to download and install some software called "TRIM enabler" and set it to "On".

What would you say the situation is? Is it as easy as just downloading and running trim enabler? Or are there other considerations/risks?

Thanks
 
I used the Trim enabler on my Samsung 830 but it would always reset under OSX 10.9, tried this in Terminal and works spot on..

Open Terminal enter:

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

Then, enter your password

Then,

sudo touch /System/Library/Extensions/

Reboot.
 
If you haven't bought the drive yet then get one with a Sandforce controller and don't worry about TRIM.
 
If you haven't bought the drive yet then get one with a Sandforce controller and don't worry about TRIM.

All the drives you'll buy now have some form of garbage collection that actually works to the point where you don't need to worry about TRIM. The Sandforce drives were pretty much the best in this regard but unless you're talking constant writes to the drive, the average Joe or Jane won't have any need to enable TRIM.

In short, no harm in enabling it, though if you can't be bothered you'll be absolutely fine.
 
Just installed a Samsung 840 EVO into my MBP. Do i need to worry about TRIM on this drive? Seems to be running fine as it is.
 
Do you actually need to do this TRIM stuff?

I've fitted a Samsung 840 EVO in my Mac Mini... should I be worried I don't have TRIM enabled?
 
Back
Top Bottom