Displaying 1 result from an estimated 1 matches for "newname_boot".
2016 Oct 19
0
renaming mdadm name
...correct
         Events : 7319
   Device Role : Active device 0
   Array State : A. ('A' == active, '.' == missing, 'R' == replacing)
For the first partition I stopped the RAID using
 mdadm --stop /dev/md127
and then reassembeld using
 mdadm --assemble /dev/md127 --name=newname_boot --update=name /dev/sdc2
The first partition was easy as the system had started the RAID, but the
second parition the system does start, and when I try to assemble it, it
tells me it's already active:-
 mdadm --assemble --uuid=83d7657b:ebfddcb7:36b0fa14:d29a350c
--name=newname2 --update=name /...