I recently purchased a SSD for my wife to use in her laptop, but is puzzled about SSD alignment. A lot of article tell you how to align it, but not why. From what I can determine, it's probably the following reason:
1. SSD page is typically 4K (is this always true? How can I tell what page size the SSD is using?).
2. A typical partition cluster is 4K, however by default, the partition may not fall on a 4K boundary, so that the 4K may overlap several pages.
3. When a cluster is updated, it has to update multiple pages, resulting in performance lost.
The trick is to then make the partition start and end on a 4K boundary. Is this correct?
Thanks.
Paul
1. SSD page is typically 4K (is this always true? How can I tell what page size the SSD is using?).
2. A typical partition cluster is 4K, however by default, the partition may not fall on a 4K boundary, so that the 4K may overlap several pages.
3. When a cluster is updated, it has to update multiple pages, resulting in performance lost.
The trick is to then make the partition start and end on a 4K boundary. Is this correct?
Thanks.
Paul