How to create dynamic volume in stripe configuration, aligned to 1024?
- by GregC
I am trying to create a software stripe setup with two physical disks (underneath they are 128K stripe, RAID5 for each). I've read that one can use diskpart, but I am unable to come up with a command that works. This is on Server 2k3 SP2.
I was trying
create volume stripe disk=2,3 align=1024
Diskpart errors out:
The arguments you specified for this command are not valid.
P.S. Tried successfully with a basic disk and a primary partition.
Please reply,
-Greg