Changes between Version 3 and Version 4 of disk_alignment
- Timestamp:
- Mar 11, 2011, 4:51:48 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
disk_alignment
v3 v4 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. 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).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 (in particular, this is [https://lwn.net/Articles/428584/ the eraseblock size on certain large flash devices]). 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 ==