Hi again,
Here you can see the misalignment in VSC 6.2.1.

Disk above is marked with underline in the text below. Default starting offset which is divisible by 4096 (WAFL 4K block size).
Disk type: GPT
NTFS Allocation unit size = 65536
BlockSize Index Name StartingOffset
512 0 Disk #3, Partition #0 135266304
512 0 Disk #2, Partition #0 135266304
512 0 Disk #1, Partition #0 135266304 / 4096 = 33024 (Divisible by 4096)
512 0 Disk #0, Partition #0 1048576
512 1 Disk #0, Partition #1 315621376
512 2 Disk #0, Partition #2 553648128
512 3 Disk #0, Partition #3 419430400
So if the disk/partition is aligned - how can we then get misaligned IO?
NTFS allocation unit size is not default, it's been increased to 64K according to MS SQL server best practices. However, it's default 4K in our test environment and is also misaligned with offset group 2.
Any hint?
BR,
David T