Example to create a RAID10 striped volume with RAIDR SSD PCIe cards:
Hit CTRL+M on boot up to reconfigure RAIDR from RAID0 to RAID1
Do again for second RAIDR card ( you now have two RAID1 RAIDR SSD PCIe cards)
from diskpart:
select drive # (the first SSD drive)
clean (optional)
convert dynamic
select drive # (the second SSD drive)
clean (optional)
convert dynamic
create volume striped disk=#,# (selecting both SSD drives)
select volume # (chose the new volume)
format FS=NTFS Label=”SSD RAID10″ quick
exit
Leave a Reply