启动时出现 RAID1“冲突设备节点”消息

use*_*821 13 grub2 dual-boot raid

我双启动 Win8.1 和 Ubuntu 14.04 (Gnome Classic)。我设置了 RAID1(在 Asus Z87-A 主板上),带有 Win 分区、Ubuntu 分区和用于数据的 NTFS 分区。

在 Ubuntu 启动时,我看到消息:

发现冲突设备节点“/dev/mapper/isw_bdjiccgcbg_ARRAY1p6”,将不会创建到“/dev/dm-6”的链接 发现冲突设备节点“/dev/mapper/isw_bdjiccgcbg_ARRAY1p6”,链接到“/dev/dm-6”不会被创建

当我启动 GParted 时,我收到以下错误消息:

无法统计设备 /dev/mapper//dev/sbd:发现了“pdc”和“isw”格式(使用 isw)!- 没有这样的文件或目录无法统计设备 /dev/mapper//dev/sda:发现“pdc”和“isw”格式(使用 isw)!- 无此文件或目录

但是,我没有安装和使用 NTFS 分区的问题。这些消息是我应该担心的吗?

smj*_*707 1

你能告诉我你设置了什么raid 配置吗?
在您的 raid 配置中是否有迹象表明哪个驱动器是主要驱动器以及其中一个驱动器是否设置为热备用驱动器?我相信需要设置热备件。

配置RAID

Once you have completed your partitioning in the main "Partition Disks" page select "Configure Software RAID"
Select "Yes"
Select "Create new MD drive"
Select RAID type: RAID 0, RAID 1, RAID 5 or RAID 6
Number of devices. RAID 0 and 1 need 2 drives. 3 for RAID 5 and 4 for RAID 6.
Number of spare devices. Enter 0 if you have no spare drive.
select which partitions to use..
Repeat steps 3 to 7 with each pair of partitions you have created.
Filesystem and mount points will need to be specified for each RAID device. By default they are set to "do not use".
Once done, select finish.
Run Code Online (Sandbox Code Playgroud)

请参阅此处了解完整信息