OWC Aura Pro 6G 500GB mSATA SSD for Macbook Air 2012 - OWC | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
OWC

OWC Aura Pro 6G 500GB mSATA SSD for Macbook Air 2012

SKU: OWCS3DAP2A6G500
R 1 749.00
Out of Stock

The OWC 500GB Aura Pro 6G SSD is a great option to expand the storage of your MacBook Air. It features a high capacity, high speed SSD, SLC caching algorithms and advanced security protocols.

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Once again, OWC provides Mac users an upgrade path that delivers phenomenal performance, functionality, and reliability! Whether it's for the base 11" model only offering a 64GB SSD or the base 13" model offering just a 128GB SSD, installing an Aura Pro 6G SSD is the best enhancement for the 2012 MacBook Air. OWC Aura Pro SSDs provide a noticeable increase in performance over the factory SSDs for all MacBook Air models. OWC redesigned its 3rd generation of OWC Aura Pro 6G SSDs with premium 3D NAND Flash and the latest controller technology to operate cooler and consume less power, resulting in improved battery life for your MacBook Air. OWC SSDs are engineered to be the best for Mac, undergoing a rigorous multi-stage lab testing process to deliver absolute reliability at maximum performance long into the future.

FEATURES:

  • Read speeds up to 530MB/s
  • Write speeds up to 495MB/s
  • ECC protection
  • Designed for the Macbook Air 2012
  • Advanced security protocols

SPECIFICATIONS:

  • Controller: Silicon Motion SM2258
  • NAND: Triple-Level Cell (TLC) 3D NAND Flash
  • Form Factor: Custom blade
  • Interface: SATA 6Gb/s
  • Capacity: 485GB useable capacity
  • Total Flash Memory Components: 500GB, 15 GB Allocated to real-time data redundancy and error correction
  • Formatted Capacity: 452GiB
  • Native Command Queuing: up to 32 commands
  • RoHS Compliant: Yes
  • Format: Unformatted
  • Dimensions: 10.9 x 2.4 x 0.3 cm
  • Weight: 10 g

WHAT'S IN THE BOX:

  • OWC 500GB Aura Pro 6G SSD - Blue x1 (For Macbook Air 2012)
Brand OWC
Colour Blue
Form Factor Custom Blade
Interface SATA 6Gb/s (mSATA)
Capacity 500GB
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 60 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!