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
168 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
168 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
168 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
168 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
168 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
168 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

iPhone SE 4 Vertical Camera Feature

iPhone SE 4 Rumored to Use Same Rear Chassis as iPhone 16

Friday July 19, 2024 7:16 am PDT by
Apple will adopt the same rear chassis manufacturing process for the iPhone SE 4 that it is using for the upcoming standard iPhone 16, claims a new rumor coming out of China. According to the Weibo-based leaker "Fixed Focus Digital," the backplate manufacturing process for the iPhone SE 4 is "exactly the same" as the standard model in Apple's upcoming iPhone 16 lineup, which is expected to...
iPhone 17 Plus Feature

iPhone 17 Lineup Specs Detail Display Upgrade and New High-End Model

Monday July 22, 2024 4:33 am PDT by
Key details about the overall specifications of the iPhone 17 lineup have been shared by the leaker known as "Ice Universe," clarifying several important aspects of next year's devices. Reports in recent months have converged in agreement that Apple will discontinue the "Plus" iPhone model in 2025 while introducing an all-new iPhone 17 "Slim" model as an even more high-end option sitting...
iPhone 16 Pro Sizes Feature

iPhone 16 Series Is Just Two Months Away: Everything We Know

Monday July 15, 2024 4:44 am PDT by
Apple typically releases its new iPhone series around mid-September, which means we are about two months out from the launch of the iPhone 16. Like the iPhone 15 series, this year's lineup is expected to stick with four models – iPhone 16, iPhone 16 Plus, iPhone 16 Pro, and iPhone 16 Pro Max – although there are plenty of design differences and new features to take into account. To bring ...
Apple TV Plus Feature 2 Magenta and Blue

Apple TV+ Curbs Costs After Expensive Projects Fail to Capture Viewers

Monday July 22, 2024 5:11 am PDT by
Apple is scaling back its Hollywood spending after investing over $20 billion in original programming with limited success, Bloomberg reports. This shift comes after the streaming service, which launched in 2019, struggled to capture a significant share of the market, accounting for only 0.2% of TV viewership in the U.S., compared to Netflix's 8%. Despite heavy investment, critical acclaim,...
bsod

Microsoft Blames European Commission for Major Worldwide Outage

Monday July 22, 2024 11:55 am PDT by
Last Friday, a major CrowdStrike outage impacted PCs running Microsoft Windows, causing worldwide issues affecting airlines, retailers, banks, hospitals, rail networks, and more. Computers were stuck in continuous recovery loops, rendering them unusable. The failure was caused by an update to the CrowdStrike Falcon antivirus software that auto-installed on Windows 10 PCs, but Mac and Linux...