Patriot P300 2TB M.2 PCIe NVMe SSD - Patriot | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Patriot

Patriot P300 2TB M.2 PCIe NVMe SSD

SKU: P300P2TBM28
R 9 039.00
Out of Stock

The P300 is Patriot’s next generation of mid-tier PCIe gen 3×4 NVMe SSD to hit the market, offering 25% higher transfer speeds and IOPs than standard PCIe 3×2 solutions. The compact m.2 form factor is designed for easy installation and will fit into any PC or laptop, while its low power...

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

The P300 is Patriot’s next generation of mid-tier PCIe gen 3×4 NVMe SSD to hit the market, offering 25% higher transfer speeds and IOPs than standard PCIe 3×2 solutions. The compact m.2 form factor is designed for easy installation and will fit into any PC or laptop, while its low power consumption helps extend laptop battery life. The P300 is guaranteed to improve start-up, loading, and transfer times over traditional hard disk drives.

The P300’s advanced firmware offers ECC technology and end-to-end data path protection to ensure data integrity throughout the life of the drive. Advanced wear-levelling and thermal management features extend the life of the drive for maximum use.

FEATURES:

  • High-speed PCIe NVMe SSD
  • 2TB Capacity
  • Built with the latest PCIe 3 x 4 controller
  • 2280 M.2 PCIe Gen3 x 4, NVMe 1.3
  • HMB technology
  • NANDXtend ECC technology

SPECIFICATIONS:

  • Type: M.2 PCIe NVMe SSD
  • Capacity: 2TB
  • Power Consumption: Full: 2.38W Idle: 0.38W
  • TBW: 960TB
  • 4K Aligned Random Read: up to 290K IOPs
  • 4K Aligned Random Write: up to 260K IOPs
  • Sequential Read (ATTO): up to 2,100MB/s
  • Sequential Write (ATTO): up to 1,650MB/s
  • Sequential Read (CDM): up to 2,100MB/s
  • Sequential Write (CDM): up to 1,650MB/s
  • O/S Supported: Windows® 7*/8.0*/8.1/10 (*May require drivers)
  • Dimensions: 8 x 2.2 x 0.38 cm
  • Weight: 20 g

WHAT’S IN THE BOX:

  • Patriot P300 2TB M.2 PCIe NVMe SSD x1
Brand Patriot
Colour -
Form Factor -
Interface -
Capacity -
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

Crucial P510 1TB M.2 Gen5 NVMe 3D NAND SSD
Crucial

Crucial P510 1TB M.2 Gen5 NVMe 3D NAND SSD

R 3 269.00

Out of Stock

Crucial T710 4TB M.2 NVMe Gen5 NAND SSD
Crucial

Crucial T710 4TB M.2 NVMe Gen5 NAND SSD

R 14 839.00

Only 2 left - order soon!

Crucial P310 2TB M.2 NVMe SSD with Heatsink
Crucial

Crucial P310 2TB M.2 NVMe SSD with Heatsink

R 5 449.00

Out of Stock

-36%
Patriot P400 Lite 2TB M.2 PCIe Gen 4 x4 NVMe SSD
Patriot

Patriot P400 Lite 2TB M.2 PCIe Gen 4 x4 NVMe SSD

R 5 819.00 R 9 069.00

Save R 3 250.00

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!