this post was submitted on 10 Jun 2024
1131 points (98.7% liked)

Programmer Humor

18961 readers
1095 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 months ago (3 children)

well, defragging my ssd was the only thing that let me shrink the windows partition safely when i dualbooted... tho maybe thats just windows being funky

[–] [email protected] 4 points 2 months ago (1 children)

That kinda makes sense. Putting all the partition sectors together would probably make it easier to resize. But as standard maintenance it's like changing the oil on an electric car.

[–] [email protected] 1 points 2 months ago
[–] [email protected] 4 points 2 months ago (1 children)

Defragging an SSD on a modern OS just runs a TRIM command. So probably when you wanted to shrink the windows partition, there was still a bunch of garbage data on the SSD that was "marked for deletion" but didn't fully go through the entire delete cycle of the SSD.

So "windows being funky" was just it making you do a "defragmentation" for the purpose of trimming to prepare to partition it. But I don't really see why they don't just do a TRIM inside the partition process, instead of making you do it manually through defrag

[–] [email protected] 1 points 2 months ago

i used Defraggler, after nothing else worked to allow diskmgmt to shrink it, including all the normal stuff like disabling page files, snapshots, etc. it shows me how it was reordering parts of the ssd.

[–] [email protected] 4 points 2 months ago

You just don't want to do it regularly. It was an issue for a brief time when SSDs were new, but modern operating systems are smart enough to exclude SSDs from scheduled defrags.