dE wrote:
2048 is Windows behavior ported to utils-linux. It's pointless.
Not if you move to any sort of RAID and want efficiency. Then 64k or 256k
alignment is minimal. If you start at 1M, then layering other things on
top, -- like default lvm blocks of 4M will still line up at 1M. Then
when you
layer RAID aware software like xfs on top of those, it can know how to do
allocations and layout to allow optimal I/O on most RAID sizes.
Anyone who uses RAID5 or RAID6 based underlying HW will appreciate
file systems with full alignment to the underlying device stripes. Partial
writes on those types of RAID's (or derivatives) requiring a complete
read-modify-write cycle the size of the data stripe, so any underlying
disk misalignment will really cause performance pain...
But having all the disks start at 1M, you can usually move complete
disk images around on devices and not get hurt by alignment
issues.
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html