Hệ thống của tôi (wheezy / sid: 2.6.32-5-amd64 # 1 SMP x86_64 GNU / Linux) đang chạy tốt - Tôi chỉ tự hỏi một số tin nhắn có nghĩa là gì. Tôi có hai mảng sợ chạy trên hệ thống của mình. Đây là cat /proc/mdstat
:
Personalities : [raid1] [raid6] [raid5] [raid4]
md1 : active (auto-read-only) raid5 sda3[0] sdc3[3] sdb3[1]
823103488 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
md0 : active raid1 sda2[0] sdc2[2](S) sdb2[1]
72628769 blocks super 1.2 [2/2] [UU]
Tôi sử dụng /dev/md0
như /
và /dev/md1
như /home
. Bất cứ khi nào update-grup
đang chạy - hoặc trong khi grub xuất hiện, tôi nhận được lỗi :
error: superfluous RAID member (2 found).
.
Để hiểu lý do tại sao tôi muốn xóa cái này, hãy xem kết quả của update-grub
:
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
Generating grub.cfg ...
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
Found background image: /usr/share/images/desktop-base/desktop-grub.png
error: superfluous RAID member (2 found).
Found linux image: /boot/vmlinuz-2.6.32-5-amd64
Found initrd image: /boot/initrd.img-2.6.32-5-amd64
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
error: superfluous RAID member (2 found).
No volume groups found
done
Làm thế nào tôi có thể thoát khỏi những tin nhắn này?
our friends from google
.