I have the following setup on my Fileserver:
- 2 HDDs In intel RST RAID-1 containing Windows OS+DATA
And I want to migrate into the following configuration:
- 1 SSD containing CentOS 8
- 2 HDDS containing data only in RAID-1 configuration
The RAID-1 will use the Linux Kernel mdam instead intel RST. But because it will take some time once I receive the second HDD, so far I will set up my file server like this:
- 1 SSD containing CentOs
- 1 HDD containing Data
So once I backed up my data I will format the remaining HDD and then restore the data on it using a live USB and afterwards I will install my OS on SSD. But because data restoration will take some time I want to avoid a data restoration once I receive my second HDD.
So can I setup a RAID-1 using madm
on my Linux server without losing any data, or I will need to re-store the data?