I bought a new motherboard a couple months ago that supports the new NVME M.2 standard -- two slots!
My current SSDs are OK but are now three years old and past their warranty - which generally means they are due to fail.
Samsung just released their newest M.2 SSD : The 970 Pro and it's priced at almost $100 less then last years model - so I bit. I haven't even tested it yet, but I partitioned it and ran a basic speed test:
Six times faster than already fast SSDs. 20+ times faster than a 7200 RPM WD Black performance HD
sda is an HD, sdb and c are Samsung850 840 Pro SSDs, and nvme0n1 is the Samsung 970 Pro M.2 SSD at 512GB.
Retail delivered from NewEgg for $249.99
My current SSDs are OK but are now three years old and past their warranty - which generally means they are due to fail.
Samsung just released their newest M.2 SSD : The 970 Pro and it's priced at almost $100 less then last years model - so I bit. I haven't even tested it yet, but I partitioned it and ran a basic speed test:
Code:
stuart@office:~$ sudo hdparm -t /dev/sda /dev/sda: Timing buffered disk reads: 432 MB in 3.00 seconds = 143.82 MB/sec stuart@office:~$ sudo hdparm -t /dev/sdb /dev/sdb: Timing buffered disk reads: 1554 MB in 3.00 seconds = 517.83 MB/sec stuart@office:~$ sudo hdparm -t /dev/sdc /dev/sdc: Timing buffered disk reads: 1550 MB in 3.00 seconds = 516.54 MB/sec stuart@office:~$ sudo hdparm -tT /dev/nvme0n1 /dev/nvme0n1: Timing buffered disk reads: 9202 MB in 3.00 seconds = [B]3067.07 [/B]MB/sec
sda is an HD, sdb and c are Samsung
Retail delivered from NewEgg for $249.99
Comment