no rows are present in the mdadm.conf.
Has described, i've done it manually
this is the content of that file:
---------------------------------------------------------------------------------------------------
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
# Note, if no DEVICE line is present, then "DEVICE partitions" is assumed.
# To avoid the auto-assembly of RAID devices a pattern that CAN'T match is
# used if no RAID devices are configured.
DEVICE partitions
# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes
# automatically tag new arrays as belonging to the local system
HOMEHOST <system>
# definitions of existing MD arrays
MAILADDR root
-------------------------------------------------------------------------------------------------------
at this URL:
https://wiki.debian.org/Persistent_disk_names
is described, more or less, the same scenario that i have... but the solution is not clear for me...
surely because i've not so much experience for linux...
i try another way...
For your experience if i insert in the file: "/etc/udev/rules.d"
this row (for example):
Code: Select all
ENV{ID_SERIAL}=="M80F35AH" NAME="sda%n"
where the ID_Serial is the Drive Serial of one of the two disk that i use for the array.
is it valid ? will it work ?
honestly i don't want to try and (may be) broke all the system...