OWC 4 Bay Thunderbolt3 RAID5 0TB - OWC | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
OWC

OWC 4 Bay Thunderbolt3 RAID5 0TB

SKU: OWCTB3SRKIT0GB
R 13 899.00
Out of Stock

Add RAID 0 storage to your Mac or Windows computer with the ThunderBay 4 4-Bay Thunderbolt 3 RAID 0 Enclosure from OWC / Other World Computing. As you can guess from its name, the ThunderBay 4 features dual Thunderbolt 3 ports, which utilize the USB Type-C connector. There is also a DisplayPort 1.2...

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

Add RAID 0 storage to your Mac or Windows computer with the ThunderBay 4 4-Bay Thunderbolt 3 RAID 0 Enclosure from OWC / Other World Computing. As you can guess from its name, the ThunderBay 4 features dual Thunderbolt 3 ports, which utilize the USB Type-C connector. There is also a DisplayPort 1.2 port for connecting to a 4K display. The ThunderBay 4 has four drive bays, which supports both 2.5" and 3.5" hard drives (2.5" HDDs do not need adapters). With the included SoftRAID software you can format the ThunderBay 4 to RAID 1. RAID 4, 5, and 1+0 are also supported with a RAID software of your choice.

Thunderbolt 3
Thunderbolt 3 is a hardware interface that utilizes the reversible USB Type-C connector. Doubling the speed of its predecessor, Thunderbolt 3 features a maximum throughput of 40 Gb/s when used with compatible devices. The connector also transmits data via USB 3.1 at up to 10 Gb/s, and dual-bandwidth DisplayPort 1.2 allows you to connect up to two 4K displays simultaneously. Additionally, you can daisy chain up to six devices from a single Thunderbolt 3 port.

RAID and JBOD Support
The ThunderBay 4 comes pre-configured in RAID 5, but also supports RAID 0, 1, 4, 5, and 1+0.

Time-Tested Cooling
Built on OWC's time-tested enclosure cooling technology, the Thunderbay 4 utilizes an open "flow-thru" vented design with an over-sized 92mm, low turbulence, noise-quieting fan to keep the drives running cool and reliably

Multi-Drive
Daisy-chain up to six ThunderBay 4s for more storage capabilities and increased performance, or connect multiple ThunderBay 4s to multiple Thunderbolt 3 ports to achieve higher speed capabilities.

Vibration Dampened
The ThunderBay 4's drive isolating design reduces sonic resonance adn is aided by over-sized, rugged, vibration-absorbing, non-skid feet.

DisplayPort 1.2 Support
Dual Thunderbolt ports let you connect the display of your choice that your computer can support, including 4K displays.

OWC Thunderbolt Cable
The ThunderBay 4 comes with a 6.6' (2m) certified OWC Thunderbolt 3 cable.

FEATURES

  • 4 x 3.5" SATA III 6 Gb/s Drive Bays
  • Thunderbolt 3 (USB Type-C) Interface
  • Supports RAID 0, 1, 4, 5, and 1+0
  • Pre-Configured in RAID 5
Brand OWC
Colour -
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

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