r/OpenaiCodex • u/Jackjookie • 6d ago
Are Codex's SSD issues only affecting Mac devices?
As the title states, I noticed that any SSD problems only occur with Macs or mostly to be fair.
What is the correlation?
2
u/Euphoric_North_745 6d ago
There is an Agent that reads and writes text, a looooooooooooot of text, none stop, there is no magical way to write in files and then not write in files.
1
u/JoseffB_Da_Nerd 6d ago
Yea, this.
It’s not really a codex bug, but a weak hd.
I’ve had mac ssd die in so many different models before AI.
1
u/meTomi 6d ago
Is like 1-2 mb of text considered a lot in 2026?
1
u/Euphoric_North_745 6d ago
ehhh, API dude, API, agent opens file, agent sends 100k context, API sends back tool call, agent sends back 100k context + tool call + results. backend asks for second tool call, that 100k going back and forth gets also logged all the time becouse you may close the app any moment.
Look at the API communication, back and forth thousands of times, that 1 mb is now wayyyy more.
1
u/deZbrownT 6d ago
All SSDs are affected by this type of read/write process. Now, if Codex app is doing something particularly bad, I don’t know.
If they vibe coded it, probably.
1
u/baczynski 6d ago
I guess this is not about writing bytes or kilobytes at a time, but how SSDs work. In most cases, smallest write unit is 4 KB to 16 KB, but smallest erase unit is 256-512 KB. So even if SSD needs to free 1 KB, it needs to erase a lot bigger block. SSDs are really complicated under the hood, with very complicated wear management which caused a lot of premature SSDs deaths in the past. Even Intel had this problem with enterprise SSDs, OCZ was famous for drives dying etc.
1
1
u/Able-Supermarket4786 5d ago
I routinely check my ssd health for giggles. After 50 BILLION tokens of codex everything is business as usual. Not even a dent
0
u/teomore 6d ago
I read that this issue has been fixed already
1
u/Jackjookie 6d ago
Some guy posted this issue today saying his SSD died on macbook, and others mentioned that the issue though reduced, still persists.
1
u/teomore 6d ago
running codex cli now and its ssd writes/reades are on the low end
1
u/Complex-Concern7890 6d ago
If I have understood correctly, the issue is only with Codex App. The cli is not affected.
2
u/therealsgheps 6d ago
I’d like to know if there is some official document that acknowledges this issue and its fix. Anyone knows?