Displaying 1 result from an estimated 1 matches for "md1p3".
Did you mean:
vd1p3
2016 Mar 12
4
C7 + UEFI + GPT + RAID1
...md0
and md1 devices.
Going to console, cat /proc/mdstat give me only md1. If I try to start
md0 mdadm says sda2: not such file or directory but the partition exists
on /dev/sda.
Coming back to Installer, it forces me to create partitions on MDRAID
(md1) disk and I create:
md1p1 EFI
md1p2 swap
md1p3 /
Installation was performed an system booted.
Now, on this machine with mbr partition type I get md0 (sda1, sdb1) and
md1 (sda2, sdb2)
on uefi machine with gpt I get md1 (sda, sdb).
I've tried also installing with mbr before using gpt, and I got md0
(sda1, sdb1), md1(sdb2, sda2) and the ot...