저는 자신감이 넘치기 때문에 오늘 Jesse의 스트레칭 지침을 다음과 같이 업데이트했습니다.https://angristan.fr/mettre-a-jour-debian-8-jessie-vers-debian-9-stretch/
적절한 전체 업그레이드 출력의 마지막 줄까지 모든 것이 잘 진행되었습니다.
update-initramfs: Generating /boot/initrd.img-4.9.0-4-amd64
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
md0에 배열이 있습니다. 내 mdadm.conf는
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default (built-in), scan all partitions (/proc/partitions) and all
# containers for MD superblocks. alternatively, specify devices to scan, using
# wildcards if desired.
#DEVICE partitions containers
# 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>
# instruct the monitoring daemon where to send mail alerts
MAILADDR root
# definitions of existing MD arrays
# This configuration was auto-generated on Mon, 27 Mar 2017 14:34:34 +0200 by mkconf
내 fstab은
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdc1 during installation
UUID=9b473d0e-84ab-4661-b03f-0ce5b56c215b / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=bc5f7676-5202-4202-903e-e50e6c4fcaf6 none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
#/dev/md0
UUID=b1269cba-ec1b-4d68-b6a6-5f9830b5dfca /mnt/raid5 ext4 defaults 0 2
어레이를 어떻게 구축했는지 기억이 나지 않습니다. 이 conf 파일을 다시 생성할 수 있는 방법이 있습니까(아니요, 백업이 없습니다)? 재부팅하면 어레이를 잃어버릴까봐 걱정됩니다. (파일을 복사할 수는 있지만오직291G 데이터).
나는 이 링크를 읽었다.https://serverfault.com/questions/867996/apt-get-install-linux-image-extra-getting-w-mdadm-etc-mdadm-mdadm-conf-defin하지만 답은 배열이 없는 사람들을 위한 것입니다.
도와 주셔서 감사합니다.
답변1
/usr/share/mdadm/mkconf force-generate /etc/mdadm/mdadm.conf
실제로 작동했습니다. 구성 파일이 다시 생성되었으며 재부팅 후 모든 것이 제대로 작동했습니다. 결국 일이 더 쉬워졌습니다.