Skip to content

Instantly share code, notes, and snippets.

@leesmith
Created August 1, 2013 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leesmith/6134168 to your computer and use it in GitHub Desktop.
Save leesmith/6134168 to your computer and use it in GitHub Desktop.
HDD to SSD upgrade for Macbook Pro
http://thetechblock.com/upgrading-macbook-pro-ssd-superduper/
When I first purchased my MacBook Pro in early 2012 (13” unibody), I purchased it with the base specs. After considering Apple’s upcharge on upgrading individual components, I realized it was significantly cheaper to buy the MBP with a 320GB HD and 4GB RAM and then upgrade everything myself. 128GB SSD and 8GB RAM later (which is much cheaper now than it was then), my laptop was a freaking workhorse. The single biggest upgrade in performance was, by far, the SSD.
At the time, I couldn’t convince myself to spring for the 256GB drive, mostly because the price for the drive was around $450. Needless to say, prices have dropped. A lot. With 50GB of music taking a big chunk of my hard drive space, I was getting tired of having to move media off to external drives. I decided that it was time to upgrade. Again.
I took a long, hard look at the Optibay, which allows users to install a hard drive into their optical bays. In fact, I actually went so far as to order one, open up my laptop and attempt to install the thing. I became quickly annoyed that the published instructions did not have a schematic that closely matched the internals of my own computer. It was also unclear to me exactly how battery consumption would be affected by continually powering a second drive, which had the potential to derail my semi-frequent coffee shop sessions. Ultimately, I sold the Optibay to a friend who had better luck with the installation.
Here’s what I did:
1. Purchased a 256GB Crucial M4 SSD from Amazon;
2. Downloaded SuperDuper!, a program for Mac that allows you to make an exact, bootable copy of your drive to an external disk;
3. Used a 2.5” SATA to USB 2.0 HD Enclosure to connect the SSD to my MBP via USB;
4. Opened Disk Utility (Applications ->Utilities -> Disk Utility) and erased the empty SSD and formatted it (Mac OS Journaled Extended);
5. Copied the contents of my current HD to the SSD via SuperDuper!;
6. Replaced the old SSD with the new SSD;
7. Set the startup disk (Settings -> Startup Disk) to the installed 256GB drive. (If you install a new SSD and it takes unusually long to boot, the Startup Disk is likely not set.)
Originally I was going to add another step to this process (SuperDuper to external HD, install empty SSD, boot from external HD, copy from external HD to empty SSD) but a friend suggested that I eliminate the external HD middle-man by using a USB enclosure. Great suggestion that hadn’t crossed my mind, and it ended up saving me a load of time.
The key difference between a tool like SuperDuper! vs. Time Machine is that it allows you to create fully bootable backups of your hard disk, so if your machine ever goes kaput you can still boot (by holding Option during the boot up sequence and selecting the backup). At $28 for the “Smart Update” feature (only saving what’s changed between backups) it’s a great value.
http://www.amazon.com/gp/product/B002JQNXZC/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=B002JQNXZC&linkCode=as2&tag=musings01b1-20
http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment