Live data from Hacker News

Update on Samsung SSD Reliability

pugetsystems.com

1–10 of 243 posts

Re: Update on Samsung SSD Reliability

#5
I installed 2 x 980 Pro 2Tb in a laptop in Nov 2022. Running a daily Robocopy bat script to backup a folder in C: to D: would freeze a couple of times a week and lock the D: drive. After reboot, a drive check would find no errors and everything would work as normal. I've used the same script for years with no issues.

Since the firmware update last week Robocopy has not frozen the drive at all this week.

Re: Update on Samsung SSD Reliability

#6
I really want to see ssd manufacturers offer a decent warranty...

This drive costs $100, and will last 10 years or until 100TB has been written to it, as long as you keep it within the specified temperature/humidity/power conditions.

If it fails to do that, we will return $1000 to you.

Re: Update on Samsung SSD Reliability

#7
I have this exact model, 980 Pro 2TB.

It says to update firmware, but how can you do that from Linux? The instructions are all about some Windows program. Thanks!

EDIT: I'm quite happy with the warning from this article, fixed a potential future problem!

Re: Update on Samsung SSD Reliability

#8
post #5

I installed 2 x 980 Pro 2Tb in a laptop in Nov 2022. Running a daily Robocopy bat script to backup a folder in C: to D: would freeze a couple of times a week and lock the D: drive. After reboot, a drive check would find no errors and everything would work as normal. I've used the same script for years with no issues. Since the firmware update last week Robocopy has not frozen the drive at all this week.

Could you provide that batch script please? Like in a GitHub Gist or something similar.

Re: Update on Samsung SSD Reliability

#9
post #8
post #5

I installed 2 x 980 Pro 2Tb in a laptop in Nov 2022. Running a daily Robocopy bat script to backup a folder in C: to D: would freeze a couple of times a week and lock the D: drive. After reboot, a drive check would find no errors and everything would work as normal. I've used the same script for years with no issues. Since the firmware update last week Robocopy has not frozen the drive at all this week.

Could you provide that batch script please? Like in a GitHub Gist or something similar.

Sure...

@echo off

pause

robocopy "C:\Users\o\Desktop\2023" "D:\2023" /e /mir /np /v /tee /r:0 /w:0 /log+:"C:\Users\o\Desktop\log_robocopy.txt"

pause

@echo on

Re: Update on Samsung SSD Reliability

#10
post #7

I have this exact model, 980 Pro 2TB. It says to update firmware, but how can you do that from Linux? The instructions are all about some Windows program. Thanks! EDIT: I'm quite happy with the warning from this article, fixed a potential future problem!

From TFA it's not just the 980 Pro 2 TB but also all the newer 990, so it's problematic.
Post reply on HN