Question Which is better for an SSD? 512-byte or a 4096-byte sector?

damian101

Senior member
Aug 11, 2020
291
107
86
On modern drives you want a cluster size of 4096 bytes or a multiple of that, aligned to a multiple of 4096 bytes. With smaller or unaligned clusters you get worse performance. That's because all modern drives have 4096 byte sectors, normally exposed as virtual 512 byte sectors for compatibility reasons.
 

Super Spartan

Member
Aug 1, 2020
126
44
101
On modern drives you want a cluster size of 4096 bytes or a multiple of that, aligned to a multiple of 4096 bytes. With smaller or unaligned clusters you get worse performance. That's because all modern drives have 4096 byte sectors, normally exposed as virtual 512 byte sectors for compatibility reasons.
Thanks a lot damian
 

Insert_Nickname

Diamond Member
May 6, 2012
4,971
1,695
136