Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@NoNameCode What do you mean SSDs don't fragment?
1) yes they do, just like any performance storage medium, the data is written where the free space is and it likely isn't contiguous.
2) SSDs shuffle data around all the time transparently to the OS. Even if you do defragment it, it would likely be just as fragmented as when you started making it pointless. -
@NoNameCode @drRoss it's not an SSD, rather a very old rickety little box that used to run Vista in its days 😁
-
@NoNameCode They're typically much more fragmented because the SSD's controller has no idea what data is a single file or whatever. But the seek times are basically instant in comparison to the head of an HDD, so your file could be split into a thousand pieces and still read faster on the SSD.
-
@NoNameCode They're typically much more fragmented because the SSD's controller has no idea what data is a single file or whatever. But the seek times are basically instant in comparison to the head of an HDD, so your file could be split into a thousand pieces and still read faster on the SSD.
-
dfox428278y@skonteam yeah, we have it on our list to do something like that for rants and comments.
-
Anyhow, turns out it was the Windows MFT placed near the end of the partition that prevented further defragging.. Using Contig and then PerfectDisk to forcefully put all data in contiguous sectors did it for me :)
-
sometimes I try to clear my cache and end up with more cache than I started with
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
linuxxx23*client calls* "hello, we forgot the password to our WiFi router. Could you reset that for us?" 😐😶😮...
So I was using Defraggler to defragment one of the partitions on my computer, and somehow ended up with more fragmentation than there were to start with. WTF?!
undefined
defrag
wtf