Eu peguei isso do guia de práticas recomendadas do Netapp para alinhar partições em volumes iscsi, mas isso deve ser verdade, já que seu objetivo é definir o setor inicial para o valor apropriado. No seu caso, o 64 pode ser alterado para o que for aplicável de acordo com o guia de práticas recomendadas do SQL.
Enter expert mode in fdisk and change the starting LBA of the partition to a value that is evenly divisible by 8. In the following example, the default starting sector is 63 and we will change it to 64 because 64 is evenly divisible by 8. The default starting sector chosen by fdisk is based on the size of the LUN. fdisk uses the LUN size to calculate a pseudo geometry which can vary between different versions of fdisk.
Command (m for help): x Expert command (m for help): b Partition number (1-4): 1 New beginning of data (63-62926604, default 63): 64