prod merc aura pro express6gOther World Computing, which offers many customization and upgrade options for Macs, today released an SSD upgrade for 2011 MacBook Airs that takes advantage of the MBA's SATA Revision 3.0 abilities and offers 6 Gigabits of potential throughput.

The factory SSD from Apple only supports SATA Revision 2.0, which maxes out at 3 Gbps, half the speed of Revision 3.0.

The new OWC Mercury Aura Pro Express 6G SSDs combine award-winning SandForce technologies and Tier 1/Grade A Toggle Synchronous NAND to deliver data rates that are more than 3x faster and capacities that are up to 4x greater than factory available SSD options. Currently available in two sizes–120GB and 240GB–the new 6Gb/s SATA 3.0 Revision models continue OWC’s position as the only alternative to factory SSD options for the 2010-2011 MacBook Air.

The upgrades don't come cheap, however. The 120GB version is $349.99 and the 240GB version is $599.99.

The MacBook Air comes standard with 64GB, 128GB or 256GB of storage.

Top Rated Comments

Heavertron Avatar
159 months ago
How ironic that your own comment is "ill informed." From the OWC Blog itself...

"Wear Leveling technologies are able to eliminate virtually any reduction in data transfer speeds over heavy, long-term usage without dependency on less-than-effective OS TRIM management."

Read it yourself here:
http://blog.macsales.com/11900-owc-announces-mercury-aura-pro-express-6g-industrys-first-6gbs-solid-state-drives-for-2011-apple-macbook-air

Huh? I think you misunderstand my post. The blog says:

"Utilizing SandForce DuraClass technology".

Therefore my statement was correct. These drives use the SandForce controller, so have their own 'housekeeping' mechanisms, so TRIM is not required to maintain performance.
Score: 3 Votes (Like | Disagree)
ShortArc Avatar
159 months ago
What worries me about these SSD 6G drives is the power consumption spec.
Active 3W & Idle 1.2W. This I believe compares to less than .5W for idle for the stock SSD. In other words, these SSDs will drain your battery pretty quick!
Score: 3 Votes (Like | Disagree)
ShortArc Avatar
159 months ago
I hate to break up the SandForce love train, but these claims are simply not true. While wear-leveing is important in the long run, in the short run it is not what causes SSD's to slow down, and claiming that the SandForce controller's garbage collection is on par with TRIM is simply wrong.

An SSD cannot overwrite a block with data, and therefore needs to empty it before new data can be written to the block. Because of how SSD's can write to the smaller pages but can only erase blocks, the "overwrite" process involves copying all relevant pages from an old block to a new block and then filling out the rest of the blank pages in a block. This is a slow process, and is best done during idle, instead of on-demand during a write, so the industry needed to come up with a solution to this and the answer was TRIM.

This whole problem arises because of the way traditional magnetic media worked: it had no overwrite penalty, so when something was deleted, the only thing that happened was that it's entry was removed from the directory (a pointer to its actual location) while the actual bits of data were left untouched sitting in whichever block they were residing in. Again, with no overwrite penalty for magnetic media, this worked great because you could just overwrite the block when the time came and nobody was the wiser. Since this isn't true for SSD's, TRIM came along to manually clear out blank pages/blocks and consolidate what was left for faster performance. The HUGE benefit of TRIM is that OS knows which allocated pages/blocks are still being used and which can be discarded, since it is in control of file management and knows what's been deleted and what hasn't been.

SandForce and it's ilk arose because both Apple and Microsoft were a little slow implementing TRIM support in their OS's and people wanted to use SSD's in their computers as soon as they were available without waiting for Lion or Windows 7, so HD-based "garbage collection" arose as a stopgap. The problem with it is that the HD can't know which allocated blocks are still in use and which aren't, so it only does it's best to consolidate all active pages and hope for the best. You'll notice the decreased long-term optimization of SandForce when you are running a mostly full drive, because it won't have as much space to get lucky with. This is why SandForce drives come with "scratch" areas pre-cordoned off (i.e. reported capacity of 240GB despite having 256GB), because it uses that extra area for write operations and then performs a deletes what is has now learned is an inactive page/block.

SandForce puts a lot of marketing into their controller, and it is pretty fast, partly because it does a lot of compression of your data when it can (which worries me a little bit anyway when using it with a non-integrity checking file system like HFS+). But nearly full drives that are TRIM-compatible are going to stay quicker throughout the life of the drive, while others will not simply because they can't know as much about what they are trying to organize as an OS-based routine like TRIM will.

And you don't necessarily want to pay for space on your drive which you can't use: this means you're losing about 7% capacity on top of the 7% you need to leave free for the OS's maintenance routines (like on-the-fly defragging, which is also part of at least Apple's TRIM implementation, so it's actually more efficient to do both at the same time anyway). With TRIM enabled, you can reuse the scratch space for both tasks, since the OS can see both, but not with SandForce.



This is mostly a marketing claim, because Sandforce is quicker at doing the easy garbage collection that it is capable of, while it's a longer route with more components involved for the OS to get the easy consolidation commands out of the way. Thus, more efficiency means slightly faster operations with only one component involved. Conversely, the SandForce controller is incapable of doing all the things that TRIM does, but I guess you could argue that doing less is also more efficient in the short-run.


Also, there are those failure rates. If you look up the Vertex 2 reviews on any site, you'll see nothing but complaints about their failure rates, enough so that OCZ listed increased reliability as a feature of the Vertex 3 (which uses a newer generation of the SandForce controller). Is your data something you want to trust to marketing promises, especially when combined with all the aforementioned data compression going on?

aristokrat:

Thanks for your great post.
Over the last year or so I pretty much read everything you mention (in various articles, online tests, blogs, etc). Nice to see it summarized.
My only non-technical comment would be, that regardless of the "shortcomings" the SandForce controller may have, if you want a 6G SSD in you 2011 MBA now, there is no other choice!?
Also unless someone has a convincing technical arguments, I would agree that TRIM is the way to go....
Score: 1 Votes (Like | Disagree)
aristokrat Avatar
159 months ago
These drives use the SandForce controller, so have their own 'housekeeping' mechanisms, so TRIM is not required to maintain performance.
I hate to break up the SandForce love train, but these claims are simply not true. While wear-leveing is important in the long run, in the short run it is not what causes SSD's to slow down, and claiming that the SandForce controller's garbage collection is on par with TRIM is simply wrong.

An SSD cannot overwrite a block with data, and therefore needs to empty it before new data can be written to the block. Because of how SSD's can write to the smaller pages but can only erase blocks, the "overwrite" process involves copying all relevant pages from an old block to a new block and then filling out the rest of the blank pages in a block. This is a slow process, and is best done during idle, instead of on-demand during a write, so the industry needed to come up with a solution to this and the answer was TRIM.

This whole problem arises because of the way traditional magnetic media worked: it had no overwrite penalty, so when something was deleted, the only thing that happened was that it's entry was removed from the directory (a pointer to its actual location) while the actual bits of data were left untouched sitting in whichever block they were residing in. Again, with no overwrite penalty for magnetic media, this worked great because you could just overwrite the block when the time came and nobody was the wiser. Since this isn't true for SSD's, TRIM came along to manually clear out blank pages/blocks and consolidate what was left for faster performance. The HUGE benefit of TRIM is that OS knows which allocated pages/blocks are still being used and which can be discarded, since it is in control of file management and knows what's been deleted and what hasn't been.

SandForce and it's ilk arose because both Apple and Microsoft were a little slow implementing TRIM support in their OS's and people wanted to use SSD's in their computers as soon as they were available without waiting for Lion or Windows 7, so HD-based "garbage collection" arose as a stopgap. The problem with it is that the HD can't know which allocated blocks are still in use and which aren't, so it only does it's best to consolidate all active pages and hope for the best. You'll notice the decreased long-term optimization of SandForce when you are running a mostly full drive, because it won't have as much space to get lucky with. This is why SandForce drives come with "scratch" areas pre-cordoned off (i.e. reported capacity of 240GB despite having 256GB), because it uses that extra area for write operations and then performs a deletes what is has now learned is an inactive page/block.

SandForce puts a lot of marketing into their controller, and it is pretty fast, partly because it does a lot of compression of your data when it can (which worries me a little bit anyway when using it with a non-integrity checking file system like HFS+). But nearly full drives that are TRIM-compatible are going to stay quicker throughout the life of the drive, while others will not simply because they can't know as much about what they are trying to organize as an OS-based routine like TRIM will.

And you don't necessarily want to pay for space on your drive which you can't use: this means you're losing about 7% capacity on top of the 7% you need to leave free for the OS's maintenance routines (like on-the-fly defragging, which is also part of at least Apple's TRIM implementation, so it's actually more efficient to do both at the same time anyway). With TRIM enabled, you can reuse the scratch space for both tasks, since the OS can see both, but not with SandForce.

The question at this stage is, just how much more efficient is the clean-up algorithms of the SandForce chip versus OS-based TRIM?
This is mostly a marketing claim, because Sandforce is quicker at doing the easy garbage collection that it is capable of, while it's a longer route with more components involved for the OS to get the easy consolidation commands out of the way. Thus, more efficiency means slightly faster operations with only one component involved. Conversely, the SandForce controller is incapable of doing all the things that TRIM does, but I guess you could argue that doing less is also more efficient in the short-run.


Also, there are those failure rates. If you look up the Vertex 2 reviews on any site, you'll see nothing but complaints about their failure rates, enough so that OCZ listed increased reliability as a feature of the Vertex 3 (which uses a newer generation of the SandForce controller). Is your data something you want to trust to marketing promises, especially when combined with all the aforementioned data compression going on?
Score: 1 Votes (Like | Disagree)
cluthz Avatar
159 months ago
It's good that there is an aftermarket alternative to the Apple SSD,
but am I the only one that feel the standard SSD is the only thing in the MBA that isn't a bottle neck?
Score: 1 Votes (Like | Disagree)
FloatingBones Avatar
159 months ago
What worries me about these SSD 6G drives is the power consumption spec. Active 3W & Idle 1.2W. This I believe compares to less than .5W for idle for the stock SSD. In other words, these SSDs will drain your battery pretty quick!

I asked OWC to comment on the impact their high-performance SSD would have on battery life. Look on their blog for a response -- hopefully tomorrow.
Score: 1 Votes (Like | Disagree)

Popular Stories

iOS 17

iOS 17.2 Will Add These 12 New Features to Your iPhone

Friday December 1, 2023 12:19 pm PST by
iOS 17.2 has been in beta testing for over a month, and it should be released to all users in a few more weeks. The software update includes many new features and changes for iPhones, including the dozen that we have highlighted below. iOS 17.2 is expected to be released to the public in mid-December. To learn about even more features coming in the update, check out our full list. Journal ...
iOS 17

Apple Releases iOS 17.1.2 With Security Fixes

Thursday November 30, 2023 10:12 am PST by
Apple today released iOS 17.1.2 and iPadOS 17.1.2, small updates to the iOS 17 and iPadOS 17 operating systems that Apple introduced in September. iOS 17.1.2 and iPadOS 17.1.2 come a few weeks after the release of iOS 17.1.1, another bug fix update. iOS 17.1.2 and iPadOS 17.1.2 can be downloaded on eligible iPhones and iPads over-the-air by going to Settings > General > Software Update....
iOS 17

28 New Things Your iPhone Can Do in December's iOS 17.2 Update

Friday December 1, 2023 2:57 am PST by
Apple made the first beta of iOS 17.2 available to developers in October. Since then we've seen three more betas, and with each iteration Apple continues to add more new features and changes, many of which users have been anticipating for quite a while. Below, we've listed 28 new things that are coming to your iPhone when the finalized version is publicly released this December. 1. Help...
apple card 1

Apple Ending Apple Card Partnership With Goldman Sachs

Tuesday November 28, 2023 3:09 pm PST by
Apple is ending its credit card partnership with Goldman Sachs, according to The Wall Street Journal. Apple plans to stop working with Goldman Sachs in the next 12 to 15 months, and it is not yet clear if Apple has established a new partnership for the Apple Card. Apple and Goldman Sachs will dissolve their entire consumer partnership, including the Apple Card and the Apple Savings account....
iOS 17

Everything New in iOS 17.2 Beta 4

Tuesday November 28, 2023 12:18 pm PST by
Apple is wrapping up development on iOS 17.2, with the update expected to come out in December. While we're getting to the end of the beta testing period, Apple is still tweaking features and adding new functionality. We've rounded up everything new in the fourth beta of iOS 17.2. Default Notification Sound Under Sounds & Haptics, there's a new "Default Alerts" section that allows you to ...
iPhone 16 Mock Header Updated 1

iPhone 16 to Include Action Button Across Entire Lineup

Thursday November 30, 2023 4:08 pm PST by
The release of the iPhone 15 Pro and Pro Max saw the introduction of an entirely new user-configurable button known as the Action button, and now, MacRumors has seen extensive evidence confirming Apple is planning to include the Action button on the entire iPhone 16 range. Designs and plans for the Action button date back to at least 2021, as the button was intended for release alongside hapt...
anker new xmas

Anker's Cyber Week Sale Enters Final Days With Up to 60% Off Sitewide

Friday December 1, 2023 12:05 pm PST by
Anker's Black Friday/Cyber Week event is entering its final days this weekend, and it's still offering up to 60 percent off sitewide. There are also a few "mystery boxes" that can include hundreds of dollars in savings, if you're willing to risk not knowing what you're buying ahead of time. All of these sales will end on December 3. Note: MacRumors is an affiliate partner with Anker. When you...
paramount plus logo

Apple and Paramount Considering Discounted TV+ Streaming Bundle

Friday December 1, 2023 4:40 am PST by
Apple and Paramount have discussed bundling their TV streaming services at a discount, according to a new report by The Wall Street Journal. The companies have talked about offering a combination of Paramount+ and Apple TV+ that would cost less than subscribing to both services separately, according to people familiar with the discussions. The discussions are in their early stages, and it is ...
General Apps Messages

Green Bubbles on iPhone to Gain These 7 New Features Next Year

Thursday November 30, 2023 9:00 am PST by
Earlier this month, Apple announced that it will finally support RCS in the Messages app on the iPhone starting later next year. This change will result in several improvements to the messaging experience between iPhones and Android devices. RCS will become the new default standard for messaging between iPhones and Android devices, but these conversations will still have green bubbles like...