Win 10 storage spaces striped raid guide?

Associate
Joined
20 Mar 2007
Posts
1,058
Is there a guide somewhere on how to actually setup striped raid using windows storage space? I have seen some powershell "New-VirtualDisk" commands mentioned in threads but I can't work out how to make it work.
 
OK, after a little more faffing around, I ended up with a "Storage pool" in storage spaces without a drive letter assigned, I could then 'run as admin' a powershell and run this command:

New-VirtualDisk -FriendlyName "New Volume" -StoragePoolFriendlyName "Storage pool" -NumberOfColumns 2 -ResiliencySettingName simple -UseMaximumSize

Then using disk management I could allocate the disk and format it, phew!
 
Back
Top Bottom