Hi,
I've read that increasing block size would increase in performance. But havent really observered the performance benefit :smileywink: .
You can align the partition in linux using belklow steps,
1. Type n to create a new partition.
2. Type p to create a primary partition.
3. Type 1 to create partition No. 1.
4. Select the defaults to use the complete disk.
5. Type t to set the partition's system ID.
6. Type fb to set the partition system ID to 83 (Linux).
7. Type x to go into expert mode.
8. Type b to adjust the starting block number.
9. Type 1 to choose partition 1.
10. Type 128 to set it to 128 (the array's stripe element size).
11. Type w to write label and partition information to disk.
Hope this helps ! :smileyhappy: