Hello,
Rather than NECRO an old thread let me list the tradeoffs and restate the question.
First, it appears the most common situation is a partition (typically the boot partition) that has been converted from FATxx to NTFS, where the resulting cluster size is 512K.
In general, a larger cluster size (such as 4096K) should result in fewer IO operations, meaning fewer waits for device completions, which should improve performance. OTOH, larger clusters waste more space, but if you have a large drive with plenty of free space, larger clusters should be better.
However, you can do other things to improve performance, such as moving your swap file to a different partition with larger clusters (since it's easier to back up and reformat a non-boot partition). Also, check your drive - it may perform a read-ahead, caching additional data, so if the drive is relatively unfragmented some of the benefit of larger clusters may disappear, and going through the exercise of reformatting may not be worth the effort.
Assuming one does want to proceed with changing the cluster size, what products can accomplish this? Partition Magic (Symantec) is apparently no longer available.
Rather than NECRO an old thread let me list the tradeoffs and restate the question.
First, it appears the most common situation is a partition (typically the boot partition) that has been converted from FATxx to NTFS, where the resulting cluster size is 512K.
In general, a larger cluster size (such as 4096K) should result in fewer IO operations, meaning fewer waits for device completions, which should improve performance. OTOH, larger clusters waste more space, but if you have a large drive with plenty of free space, larger clusters should be better.
However, you can do other things to improve performance, such as moving your swap file to a different partition with larger clusters (since it's easier to back up and reformat a non-boot partition). Also, check your drive - it may perform a read-ahead, caching additional data, so if the drive is relatively unfragmented some of the benefit of larger clusters may disappear, and going through the exercise of reformatting may not be worth the effort.
Assuming one does want to proceed with changing the cluster size, what products can accomplish this? Partition Magic (Symantec) is apparently no longer available.