I have this server which has it's physical disks in RAID 5 controlled by a 3com raid controller. size of the stripe unit is unknown for the moment (Can check tomorrow in the office).
I need to install windows server 2003 ENT and create 2 partitions (OS, Data). I'd like to create the partitions before the installation on windows server. They have to be aligned properly. I have the newest version of gparted on a disc but I have no clue if this is the right tool. Can someone point me in the right direction?
Thanks
I would advise you to do partition alignment with diskpart. Diskpart is also included in the Windows Preinstallation Environment (WinPE). You can do an automated install with WinPE 2.0How to install an x64-based version of Windows Server 2003 by using an x86-based Windows Preinstallation Environment
If you want to change stripe size - use raid controller configuration/management utility provided by firmware. It's require an array recreation/reformat and can not be done using gparted or any other similar tool.
Partitions on supported drive media (are you sure your controller is supported by W2K3? otherwise you'll need a floppy with driver ad floppy drive itself for sure) can be created during Windows Server installation on early steps. You can create both partitions for OS and Data here (or create partition only for OS, install OS, then create Data partition using Disk Management snap-in later).
But I'm sure partitions created using with gparted will be the same as created using any appropriate software (Acronis, Paragon, etc) except NTFS cluster size. If you care about THAT (not RAID stripe size as specified in ori. question) - use gparted as it allows to specify NTFS cluser size while formatting NTFS partition. W2K3 installer will create NTFS partitions with 4K NTFS cluster size for partitions up to 16TB (http://support.microsoft.com/kb/140365)
Newest gparted has nice option to allign partioon to MiB boundary which is more then adequate for pretty much everything - raid stripe alignment, new HDDs with 4K sectors, SSDs. So, my advice is to give it a try.