Hey all. I want to gather some information on Soft RAID so that I could test my SSDs in this mode.
What I'd like to know:
1. Can the dynamic volume be set with offset? It seems we can only set a starting offset for the primary partition.
2. Can we specify the stripe size? In "create volume stripe size=xxx" command, "size=xxx" simply means amount of disk space in megabytes...
Code:diskpart select disk 0 clean convert dynamic select disk 1 clean convert dynamic create volume stripe disk=0,1 align=1024 //this will not set partition offset assign volume 0 exit




Reply With Quote




Bookmarks