Earlier quoted context omitted.
> updating the firmware didn't fix the issue that my 980 Pro NVMes (all 4 of them) only have a write speed of ... In order to see spec sheet read/write speeds you can/should bypass the filesystem and the buffer cache. On Linux you can write directly to the device node (make sure to enable O_DIRECT and make your write sizes big enough). EDIT: added a quote to clarify context
nvme set-feature -f 6 -v 1 /dev/nvme0n1 (feature:0x6 (Volatile Write Cache)) dd if=/dev/zero of=~/testfile bs=10000M count=1 oflag=direct -> 1.4 GB/s dd if=/dev/zero of=~/testfile bs=1000M count=10 oflag=direct -> 3.7 GB/s dd if=/dev/zero of=~/testfile bs=100M count=100 oflag=direct -> 3.7 GB/s dd if=/dev/zero of=~/testfile bs=10M count=1000 oflag=direct -> 4.0 GB/s dd if=/dev/zero of=~/testfile bs=1M count=10000 ofl…
Update Firmware of Samsung SSDs in Linux
91–100 of 131 posts
Re: Update Firmware of Samsung SSDs in Linux
#92Re: Update Firmware of Samsung SSDs in Linux
#93Earlier quoted context omitted.
I have found that on my machines, they provide a means to disable the security check and allow the downgrade anyway. This is a real issue though, there is the risk of failure during the procedure, less so than it once was, but then the risk that the update actually performs worse than the previous version. The latter I don't know how we resolve.
> I have found that on my machines, they provide a means to disable the security check and allow the downgrade anyway. I was usually able to this, and my other HP machines propose to do a BIOS downgrade. But in this particular case I haven't managed to do a rollback, even with a "BIOS recovery", whatever that is.
Perhaps they can get in touch with your supplier to pass a complaint about the poor update so they might be able to pass it on to their devs and hopefully fix the issue?
Re: Update Firmware of Samsung SSDs in Linux
#94" If it’s your boot drive, no luck there and you can try flashing while it’s mounted." Err no, that's when you boot from USB stick. Or do it from initramfs. Or anything, other than modifying the firmware of a drive you are running from.
You ought to be able to flash the firmware on a mounted drive. Anyone sane implementing the firmware flashing algorithm will either : 1. Just reject all IO requests from the point of the firmware update onwards. The system will see the drive disappear, but since you are using a journaling filesystem, it will be like you just pulled the power, and no data corruption will happen. 2. Complete all IO requests before the…
Re: Update Firmware of Samsung SSDs in Linux
#95Re: Update Firmware of Samsung SSDs in Linux
#96Earlier quoted context omitted.
>I'm not sure what would have happened if I had been a purely MacOS and Linux household. Passthrough to a VM, though I suppose the Windows license could be an issue.
Actually, since Win 10 you can run the OS indefinitely without a license. It just doesn't allow you to customize stuff like the wallpaper etc. Ref: https://www.howtogeek.com/244678/you-dont-need-a-product-key...
Re: Update Firmware of Samsung SSDs in Linux
#97This is pretty much the only reason why I dual boot Windows on that box! Sacrifice 20 gb of space for peace of mind
Re: Update Firmware of Samsung SSDs in Linux
#98Is there any significant benefit of updating firmware? Intuitively it seems like the risk/reward is very skewed towards not doing it. I've never really updated the firmware on any component other than routers or motherboard/bios.
Re: Update Firmware of Samsung SSDs in Linux
#99Reminds me when about ten years ago, working in an all-Linux company there was an issue with some Lenovo docking stations. I don't recall anymore what the issue was exactly, just that something wouldn't work properly when you plugged in a laptop with Linux. The problem was solved by a firmware upgrade, but upgrading the docking station firmware was possible only from Windows. So there was this one poor person in IT w…
That reminds me of an internal hard disk I had several years ago. I think it was a Seagate, but it might have been Western Digital. This was a retail drive bought at BestBuy, and the box specifically said that it worked with Windows, MacOS, and Linux, although it noted that their fancy add-on software only worked under Windows. No problem for me, because I didn't need the fancy add-on software. A year later the drive…
I tried to explain that I use it with a NAS and I cannot install Windows on it just to do such diagnostics test. No luck to convince the support and I had to hack some pieces of old hardware together just to run that tool. Funny enough the tool was able to tell only something like "the drive is broken". I had a much more detailed report from NAS though, with details from SMART but that was not accepted. Basically they didn't believe me and asked for a confirmation from their tool, like it's more trustworthy.
Of course I'm not going to buy any Seagate after such experience.
Re: Update Firmware of Samsung SSDs in Linux
#100https://wiki.archlinux.org/title/Solid_state_drive/NVMe#Gene...
It worked for me with SK Hynix Gold.