Changes between Version 2 and Version 3 of disk_alignment


Ignore:
Timestamp:
Mar 11, 2011, 4:50:06 AM (14 years ago)
Author:
Daniel Kahn Gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • disk_alignment

    v2 v3  
    11= Disk Alignment =
    22
    3 We use a complex stack of block device tools.  As it turns out, these tools will perform slightly better if they all agree on block boundaries.
     3We use a complex stack of block device tools.  As it turns out, these tools will perform slightly better if they all agree on block boundaries.  Common block boundaries are powers of two, and the largest block boundaries i've heard of on modern equipment are 4MiB in size.  So this suggestion is to align on 4MiB boundaries (as that will also guarantee alignment on smaller power-of-two boundaries).
    44
    55== setting up ==