Changes between Version 2 and Version 3 of disk_alignment
- Timestamp:
- Mar 11, 2011, 4:50:06 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
disk_alignment
v2 v3 1 1 = Disk Alignment = 2 2 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. 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. 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). 4 4 5 5 == setting up ==