Something I would like to see in a storage device test (not so easy to automate, I admit) is to see if it will eat your data on power loss.
Like this guy is testing: https://www.youtube.com/watch?v=AHIld3cjmTM&t=11m13s
Corsair Force MP600 PCIe 4.0 NVMe SSD Benchmarks On Linux
Collapse
X
-
Originally posted by _Alex_ View PostYeah that's a known performance deficit for windows but it doesn't explain why the nvme on pci-e 4.0 would suck more on win compared to linux... that's what's troubling me.
So it boils down to (1) probably less efficient implementation of mitigations and (2) enabling more mitigations than necessary. Do you think Windows only enables the mitigations appropriate for the CPU, like disabling Meltdown and some of the Spectre mitigations when run on AMD CPUs? Well, that might actually be the case but I doubt it. Windows is shite! A steaming pile of.
Also, as far as I know, Windows requires more context switches for file I/O so the mitigations would have larger implact.
BTW, I'm not an authority on these issues.So take my post with a grain of salt. I would realy like to hear more from people whether Windows has become slower over the last year or so. I routinely delete deeply nested directories with hundreds of thousands of files in total in them. And the performance for that kind of operations has fallen off a cliff.
Leave a comment:
-
-
Originally posted by torsionbar28 View PostI used to work for a large enterprise SAN vendor, and Linux consistently outperformed Windows in storage benchmarks on identical hardware, sometimes by a quite a lot. The Windows storage subsystem just sucks.
Leave a comment:
-
-
Originally posted by _Alex_ View PostLinux seems to perform faaar better.
Leave a comment:
-
-
Interesting. Windows benchmarks showed nothing serious improvement-wise for this SSD... in many benchmarks it was lagging the old mp510...
Linux seems to perform faaar better.
And a correction: "The MP600 2TB costs around $450 USD while the Optane 900p 280GB costs $250 USD, but there is also the nearly four times greater storage capacity with the Corsair SSD." ....should write ~7 times greater storage.
Leave a comment:
-
-
Originally posted by Yndoendo View Post
I was able to upgrade the firmware on my MX200 with Linux.
Leave a comment:
-
-
Originally posted by Space Heater View PostCorsair does not provide any method to update their products' firmware without using Windows - they don't even provide an operating system agnostic firmware update iso.
Don't support companies that refuse to support your use case.
Just had turn the supplied ISO to be able to be booted with UEFI.
<h2>Unoffical Guide: Firmware Updating via UEFI with reFind</h2>
<p> </p>
<p>Say your usb flash drive is <code>/dev/sdg</code>; create a partition with your favorite tool:</p>
<pre>sudo cfdisk /dev/sdg</pre>
<p>Format the drive:</p>
<pre>mkfs.vfat -F 32 /dev/sdg1</pre>
<p>Create the boot system:</p>
<pre>sudo refind-install --usedefault /dev/sdg1 --alldrivers</pre>
<p>Mount the partition to file files:</p>
<pre>sudo mount /dev/sdg1 /mnt</pre>
<p>Create the reFind configuration file:</p>
<pre>printf 'menuentry "sd" {\n\tvolume "sd"\n\tloader /boot/vmlinuz\n\tinitrd /boot/core.gz\n\toptions "libata.allow_tpm=1 quiet base loglevel=3 waitusb=10 superuser mse-iso rssd-fw-update rssd-fwdir=/opt/firmware rssd-model=MX200 mse-poweroff \n}\n"' > /mnt/EFI/BOOT/refind.conf</pre>
<p>Copy files from ISO</p>
Leave a comment:
-
-
I would like to see a comparison of application startup times with these SSDs/HDDs. I assume the optane SSD will perform best because of the hight speed at low queue dephts.
Most Nvme SSDs can only perform best at high queue dephs and I wonder if applications like Firefox can use this potential? Wouldn't that be a good field to improve performance for Firefox?
Leave a comment:
-
-
If samsung, crucial, or intel make one of these, I'll consider it. I need the iso firmware. Running some windows horse shit to update drive firmware ain't gonna happen at home or work.
Leave a comment:
-
-
Originally posted by stormcrow View Post
No, that doesn't mean the companies on that list support firmware updates on Linux. They support firmware encapsulation which is an entirely different beast. It's platform agnostic because it's using the board's firmware to update itself.
Leave a comment:
-
Leave a comment: