My problem is pretty simple, I set up a 2 X 960 Evo SSD simple volume with Storage Spaces and performance was no better than using the drives singly.
Some research seems to say that using the Storage Spaces gui in Win 10 only sets the columns to 1 when what I need is 2.
Number Friendly Name Serial Number HealthStatus OperationalStatus Total Size Partition
Style
------ ------------- ------------- ------------ ----------------- ---------- ----------
0 Crucial_CT275... 1631138774D7 Healthy Online 256.17 GB GPT
3 ST3000DM008-2... ZA508H69 Healthy Online 2.73 TB GPT
4 NVMe Samsung ... 0025_3858_81B0_B1E6. Healthy Online 232.89 GB GPT
1 Samsung SSD 8... S3Y9NX0K837728B Healthy Online 232.89 GB GPT
2 Samsung SSD 8... S3Y9NX0K837729P Healthy Online 232.89 GB GPT
DeviceId FriendlyName SerialNumber MediaType CanPool OperationalStatus HealthStatus Usage Size
-------- ------------ ------------ --------- ------- ----------------- ------------ ----- ----
2 Samsung SSD 860 EVO 250GB S3Y9NX0K837729P SSD True OK Healthy Auto-Select ...9 GB
1 Samsung SSD 860 EVO 250GB S3Y9NX0K837728B SSD True OK Healthy Auto-Select ...9 GB
0 Crucial_CT275MX300SSD1 1631138774D7 SSD True OK Healthy Auto-Select ...7 GB
PS C:\WINDOWS\system32> Get-StorageSubsystem
FriendlyName HealthStatus OperationalStatus
------------ ------------ -----------------
Windows Storage on AMD-RYZEN-2700X-Desktop Healthy OK
I am trying to Raid ) the two Samsung Drives, I am way over my head here but I am trying my best. The Command I am trying to make work is....
New-VirtualDisk -FriendlyName SuperSpeedDelight -StoragePoolFriendlyName Windows Storage on AMD-RYZEN-2700X-Desktop -NumberOfColumns 2 -ResiliencySettingName simple -UseMaximumSize
I do not understand what should be next to Friendlyname or StoragePoolFriendlyName (I feel I have tried every combination)and the Samsung drives being identically named is also making my brain hurt.
I also do not understand how to tell it what drives to use
If anyone could help me with this I would be eternally grateful. I think I can just do this in disk management but if I understand correctly this way will make use of trim, and even if it does not I will be able to add to the pool in the future once I understand how to set it up.
Thank you in advance