You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ mdadm --create /dev/md/boot --level=1 --raid-devices=2 --metadata=1.0 --force --homehost=any /dev/disk/by-partlabel/disk-pci-0000:04:00.0-nvme-1-ESP /dev/disk/by-partlabel/disk-pci-0000:0f:00.0-nvme-1-ESP
mdadm: cannot open /dev/disk/by-partlabel/disk-pci-0000:04:00.0-nvme-1-ESP: No such file or directory
I'm trying to define a scheme where I have
mdadm
RAID across two disks, with/dev/disk/by-path
, and I tried to use the following:But I get
However, with
It works, so it seems like
:
is not a valid character for the partition name, at least formdadm
.Could there be a type error for this, or would there be a way to escape it to allow it?
The text was updated successfully, but these errors were encountered: