OWC 4 Bay Mercury Elite Pro Quad SoftRAID 0TB - OWC | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
OWC

OWC 4 Bay Mercury Elite Pro Quad SoftRAID 0TB

SKU: OWCMEQCTSRT00
R 8 599.00
Out of Stock

The Mercury Elite Pro Quad's four universal drive bays let users pack up to a massive amount of storage. It features 4 universal drive bays for both 2.5" and 3.5" drives, USB 3.1 Gen2 interface, SoftRAID and Thunderbolt 3 compatibility.

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

Designed to put the power of choice in your hands, the OWC Mercury Elite Pro Quad Storage Enclosure packs an unprecedented combination of USB connectivity, universal drive bays, and advanced SoftRAID capabilities into a whisper-quiet aluminum enclosure. Whatever your workflow needs, the Mercury Elite Pro Quad has the flexibility to take your storage capacity, performance, and data security to a whole new level. The Mercury Elite Pro Quad's powerful Type-C interface delivers 10Gb/s USB 3.1 Gen 2 bandwidth and works with any Type-C or Thunderbolt 3 equipped Mac or Windows PC. Simply connect the Mercury Elite Pro Quad via the included Type-C cable to experience next-level performance. If your computer doesn't feature Type-C connectivity, the included Type-C to USB Type-A cable brings backward compatibility for machines with legacy USB ports.

FEATURES:

  • Works with all USB systems, Thunderbolt 3 compatible
  • USB 3.1 Gen 2 up to 947MB/s
  • SoftRAID engine included
  • Four universal drive bays for 2.5" and 3.5" drives
  • Type-C to USB Type-A cable included

SPECIFICATIONS:

  • Interface: USB 3.1 Gen 2 (VLI VL820)
  • Max Transfer Rate: USB 3.1 Gen 2: 10 Gb/s (or 1250 MB/s)
  • JBOD Support: Utilize each of the four drives independently
  • RAID Support: Use the included SoftRAID XT software RAID to setup the Mercury Elite Pro Quad for RAID 0, 1, 4, 5, and 0+1
  • Drives Supported: 4 x 3.5" SATA 6Gb/s drives or 4 x 2.5" SATA 6Gb/s drives, SATA revision 3.0 (6Gb/s) compliant
  • Kensington Lock Slot: Yes
  • LED: Yes (Power and disk activity)
  • Dimensions: 24 x 13.5 x 18.5 cm
  • Weight: 3600 g

WHAT'S IN THE BOX:

  • OWC Mercury Elite Pro Quad 4 Bay Storage Enclosure - Grey x1
  • SoftRAID XT Engine x1
  • USB-C to USB-C cable x1
  • USB-C to USB-A cable x1
  • External power cable x1
  • Key for front panel x2
  • Quick Start Guide x1
Brand OWC
Colour Grey
Form Factor 3.5"
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

OWC 4 Bay Thunderbolt3 RAID5 0TB
OWC

OWC 4 Bay Thunderbolt3 RAID5 0TB

R 13 899.00

Out of Stock

OWC Envoy Pro 2012 Mac SSD USB3.0 Portable Enclosure
OWC

OWC Envoy Pro 2012 Mac SSD USB3.0 Portable Enclosure

R 799.00

Out of 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!