Displaying 1 result from an estimated 1 matches for "md0p3".
Did you mean:
  md0p1
  
2016 Mar 12
4
C7 + UEFI + GPT + RAID1
...concerning raid1 installation, I must put each partition on a different 
md devices. I've asked times ago if it's more correct create the md 
device, partitioning it and create fs on each partition created on md 
device:
mdadm create /dev/md0 ...
fdisk /dev/md0:
md0p1 swap
md0p2 /	    xfs
md0p3 /home xfs
or create for each partition an md device and create the fs on mdX 
device directly:
mdadm create /dev/md[012].....
mkfs.fs /dev/mdX (for each md device)
md0 swap
md1 /
md2 /home
I got as answer that the second solution is the correct solution.
I'm installing C7 1511 on a skylake...