Comment on China is about to launch SSDs so small you insert them like a SIM card
MonkderVierte@lemmy.zip 10 months agoNo, Micro/SD-cards have a very simple controller (no wear leveling, trim) and thus need no heat spreader. This one would need one.
mindbleach@sh.itjust.works 10 months ago
It’s a little weird that wear leveling isn’t handled at the software level, given that you can surely pick free sectors randomly. Random access is nearly free. So is idle CPU time.
MonkderVierte@lemmy.zip 10 months ago
SSD still simulate HDD, because OS would need to adapt otherwise, lol.
mindbleach@sh.itjust.works 10 months ago
Defragging wasn’t handled in hardware. The OS is free to frag it up.
MonkderVierte@lemmy.zip 10 months ago
Yep, defragmenting still did help with NTFS even kn SSaD until MS made it a daemon in Windows 10.