已删除 md0、md1 并且无法重新创建它们

已删除 md0、md1 并且无法重新创建它们

我之前有一个可以正常工作的 RAID 1 阵列。我想这是由于运行grub-install /dev/sdbgrub-install /dev/sdc不知何故我清除了计算机上的md0md1

我需要重新设置它们。当我尝试创建数组时md0,出现以下错误。

/dev# mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sda1 missing -f
mdadm: device /dev/sda1 not suitable for any style of array

看起来 Debian 认为驱动器已经在阵列中,但事实并非如此。

# fdisk -l

Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000080

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       30064   241489048+  fd  Linux raid autodetect
/dev/sda2           30065       30394     2650725    5  Extended
/dev/sda5           30065       30394     2650693+  fd  Linux raid autodetect

# cat /proc/mdstat 
Personalities : [raid1] 
unused devices: <none>

相关内容