this post was submitted on 19 Aug 2025
488 points (98.4% liked)

Technology

74247 readers
4204 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] serenissi@lemmy.world 8 points 1 day ago (2 children)

I don't understand. writing large amount of data at once breaks nand controller? and how that's an os issue?

[–] kayohtie@pawb.social 3 points 23 hours ago (1 children)

My assumption was it had something to do with the drivers for the controller, and the update flooding it faster than it could take data and not caching everything it couldn't cram into controller DRAM, causing parts to just get dropped wholesale.

[–] serenissi@lemmy.world 2 points 19 hours ago

modern ssds have on board firmware that executes actual nvme (or sata) commands. so it's possible a bad dma driver can coincide with a firmware bug to result in unexpected behaviour.

[–] darksiderbun@lemmy.ca 3 points 1 day ago (1 children)

Maybe has something to do with making assumptions about how the nand controller is going to allocate things across superpages but that is a stupid random guess and also I have no idea why it’s an OS issue but boy do they keep finding ways

[–] serenissi@lemmy.world 4 points 1 day ago (1 children)

os updates write large amount of data to disk at once. especially a highly bloated os like modern windows. whatever the trigger, it's still faulty nand controller. you can very well cooy a 20G file and see disk is corrupted.

[–] darksiderbun@lemmy.ca 2 points 1 day ago

That’s a good point on how the OS could be “causing” it. I don’t think my take was very likely after I thought about it for a while.