I installed a fresh Windows Server 2019 on ONE of two identical Crucial CT1000MX500SSD1M.
I don't have an integrated RAID controller on my MB ASUS_H110m-A/M.2 so I wanted to try a software RAID 1, just mirroring.
How I read everywere, is quite simple to do it, just open Disk Management and do these simple 2 operations:
- convert the Disk 0 (where Windows is actually installed) to Dynamic
- add Mirror to every volume of the disk 0 using the space of the Disk 1
In my case I always obtain the same result: "The disk could not be converted to dynamic because security is enabled in one or more partition"
Of course I tryed from command line and from graphical interface, of course I tried using both GPT and MBR schema... Nothing worked!
What's the problem?
Thanks to everybody can give me help!