3 min read

Replacing my MacBook's hard disk with an SSD

After using my roommate’s new late 2013 MacBook Pro and seeing the performance he was getting with his SSD, I decided to upgrade mine. I own a mid-2012 13″ model, but this upgrade should be compatible with most unibody MacBook Pros from the past few years.

What I decided to do was replace the hard disk drive with an SSD, remove the CD drive, and move the hard disk there. That way, I could run applications off of the SSD and use the other drive for storage.

If you’re interested in doing this yourself, here are the components I picked up and recommend:

The process:

  1. Optional: Run a Time Machine backup of the old disk. You’ll use this to restore your files and apps on the new one later. As mentioned earlier, you can also restore from the old disk directly.
  2. Make a bootable USB drive of Mavericks. I followed Mashable’s guide here.
  3. As for the actual hard drive replacement process, just follow the instructions that come with the Data Doubler.
  4. After you’ve put everything back together, boot up using the USB disk you created in step 2, and restore the new disk from the old one.
  5. You’re done! Enjoy the faster speeds and 8-second boot time.

Keep these things in mind:

Next steps:

You’ll likely find, as I did, that your battery life is significantly shorter with two disks. But never fear–there is an easy fix for this. Simply tell OSX to spin down hard disks when they are not in use for longer than 5 minutes.

Pop open Terminal and execute this command:

sudo pmset -a disksleep 5

(Via http://blog.macsales.com/13349-quick-tip-save-battery-by-spinning-down-hard-drive-sooner).

You’ll also want to enable TRIM. This keeps your flash memory appropriately cycled so you can achieve faster read and write speeds, as well as a longer lifespan for your SSD.

In Terminal, execute this command:

sudo touch /System/Library/Extensions/

If this command doesn’t work for you, there is a TRIM Enabler app you can download here.

(Via http://www.mactrast.com/2013/11/enable-trim-ssds-os-x-mavericks/)

← All posts