OWC HDD/SSD Mounting Kit for Mac Mini (2011 - 2012 and later) - OWC | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
OWC

OWC HDD/SSD Mounting Kit for Mac Mini (2011 - 2012 and later)

SKU: OWCDIDIMM11D2
R 520.45
Out of Stock

Get more storage when you add a second drive into your Mac Mini with the OWC 2.5" SSD DIY Kit for Mac mini. It features a SATA3 Mac mini flex cable, hex screws, rubber grommets and is compatible with 2.5" SATA SSDs.

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
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

Expand your storage with the OWC 2.5" SSD DIY Kit for Mac mini. It features a Mac mini flex cable with a SATA3 interface which lets you add an additional 2.5" SATA SSD or hard drive. The cable connects directly to your logic board allowing a 9.5mm or smaller 2.5" drive to fit into your compatible Mac mini. The DIY Kit also includes rubber grommets and hex screws for mounting your drive with ease. This kit includes the cable and mounting set only so the Toolkit and Logic Board Removal Tools are not included and need to be purchased separately. This DIY Kit is compatible with the 2011 and 2012 Apple Mac mini only.

FEATURES:

  • DIY Storage Upgrade Kit
  • Add additional storage
  • Mac mini flex cable included
  • 9mm 2.5" SATA or smaller Compatible
  • Mac mini Compatible

SPECIFICATIONS:

  • Interface: SATA3
  • Colour: Black
  • Compatibility: Apple Mac mini (Mid 2011 - Late 2012)

WHAT'S IN THE BOX:

  • OWC Mac Mini flex cable - Black x1
  • 4 Rubber Grommets - Black x4
  • Hex Screws - Black x4
Brand OWC
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

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

Related Products

Antec ARGB GPU Holder
Antec

Antec ARGB GPU Holder

R 312.81

In Stock

DeepCool SC790 6 Port ARGB PWM Fan Hub
DEEPCOOL

DeepCool SC790 6 Port ARGB PWM Fan Hub

R 229.75

In Stock

// 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!